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 List

GET
/api/v2/gw/institution
Institution
Get Institution List

Request

Query Params
page
number 
optional
Page number of the data you want to display
Header Params
Accept
string 
required
Accept application/json
Authorization
string 
required
Bearer token
Signature
string 
required
request body or query string hash value using HMAC method. algorithm=sha256, key = API_KEY

Request 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?page=' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Signature;'

Responses

🟢200OK
application/json
Body
rc
string 
optional
message
string 
optional
timestamp
string 
optional
data
array [object] 
optional
You do not have permission to view this reference
Example
{
    "rc": "string",
    "message": "string",
    "timestamp": "string",
    "data": [
        {}
    ]
}
Modified at 2023-10-06 13:26:56
Previous
Institution Account List
Next
Institution Detail
Built with