Islamic Payment Gateway
  1. Institution
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
        GET
      • Institution List
        GET
      • Institution Detail
        GET
    • Webhook
      • Webhook Call
  • Payment Channel API
    • Inquiry
      POST
    • Payment
      POST
    • Reversal
      POST
  • Authentication
    • OAuth 2.0
      POST
    • Signature
      VIEW
  1. Institution

Institution Detail

GET
/api/v2/gw/institution/{institution-code}
Get Institution model

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v2/gw/institution/' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Signature;'

Responses

🟢200OK
application/json
Body

Example
{
    "rc": "string",
    "message": "string",
    "timestamp": "string",
    "data": {
        "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"
    }
}
Modified at 2023-10-06 13:26:42
Previous
Institution List
Next
Webhook Call
Built with