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)

Bill model

{
    "invoice_number": "INV-001",
    "type": "close",
    "va_number": "0090011234567890",
    "name": "SPP Maret 2022",
    "customer_name": "John Doe",
    "customer_email": "string",
    "customer_phone": null,
    "customer_address": "Surabaya, ID",
    "total_amount": 100000,
    "billed_amount": 100000,
    "paid_amount": 0,
    "description": null,
    "ext_description": null,
    "due_date": "2022-04-12T11:22:52+07:00",
    "valid_until": "2022-04-12T11:22:52+07:00",
    "status": "active",
    "created_at": "2022-04-12T11:22:52+07:00",
    "hash": "string"
}
Built with