Skip to content

Get Disbursement Facilities

An endpoint to get disbursement facilities available for disbursement.

To get disbursement facilities, send the following request header parameter via GET. To make the generated token expirable, “expirable” parameter must be set to true.

GET/facility

Facility

Get Disbursement Facilities Header Parameters!

Request Samples

curl 
-X GET "https://test-api-dbm.tlpe.io/facility" \
-H "Content-Type: application/json" \
-H "Authorization: {integratorToken}" \

Responses

200 Successful Response

Get Disbursement Facilities Response Parameters!

Response Samples

{
  "timestamp": "2021-06-13 06:52:37 +0000",
  "status": 200,
  "message": "OK",
  "path": "/facility",
  "data": [
    {
      "facility": "sampleJWT",
      "value": "sampleFacility",
      "imageUrl": "{ImageUrl}",
      "wallets": [
        {
          "walletReferenceId": "sampleWalletRefId",
          "walletName": "sample Wallet Name",
          "walletDescription": "Sample Wallet Description",
          "currency": "PHP",
          "balance": "100.00"
        }
      ]
    }
  ]