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

Payment(Payment Schema)

Payment schema model.

{
    "id": "960bf258-5aa2-4a90-81fd-d2c1f7e49d2b",
    "payment_ref_id": "123456789012",
    "channel": "muamalat",
    "amount": 100000,
    "type": "payment",
    "created_at": "2022-04-04T09:22:38+07:00",
    "account": {
        "bank_code": "AMET",
        "account_holder": "Mr. Roosevelt Hessel I",
        "account_number": "6011930096256781",
        "hash": "aq8vwKj2"
    }
}
Built with