Islamic Payment Gateway
  1. Schemas
Islamic Payment Gateway
  • Passive Client API
    • Inquiry
      POST
    • Payment
      POST
    • Reversal
      POST
    • Check Status
      POST
  • Active Client API
    • Bill
      • Create New Bill
      • Get Bill List
      • Get Bill Information
      • Revoke Bill
      • Get Bill Payments
      • Fake/Mock Payment & Reversal
    • Payment
      • Get Payment List
    • Account
      • Get Account Mutations
    • Institution
      • Institution Account List
      • Institution List
      • Institution Detail
    • Webhook
      • Webhook Call
  • Payment Channel API
    • Inquiry
      POST
    • Payment
      POST
    • Reversal
      POST
  • Authentication
    • OAuth 2.0
      POST
    • Signature
      VIEW
  • Schemas
    • Schemas
      • additional-data
      • Bill
      • Bill Model
      • Bill Component Schema
      • Bill-components
      • Payment Model
      • Payment Schema
      • Bill's component
    • Response
      • Error-Response
      • ErrorResponse
      • Pay-Success-Full
      • Pay-Success-Partial
      • Pay-Bill-Not-Found
  1. Schemas

bill(Bill Model)

Information about bill

{
    "hash": "string",
    "va_number": "8575991234567890",
    "invoice_number": "string",
    "type": "open",
    "name": "SPP Januari 2022",
    "customer_name": "string",
    "customer_email": "string",
    "customer_phone": "string",
    "customer_address": "string",
    "total_amount": 0,
    "billed_amount": 0,
    "paid_amount": 0,
    "status": "paid",
    "ext_description": "string",
    "description": "string",
    "valid_until": "2022-04-05T13:32:08+07:00",
    "created_at": "2022-04-05T13:32:08+07:00",
    "components": [
        {
            "id": "string",
            "name": "string",
            "qty": 1,
            "price": "string",
            "total": "string"
        }
    ]
}
Built with