API
Check Disbursement Status using Reference ID
Use this status endpoint to retrieve the latest Send Money transaction state using the referenceId from your own system. This check helps reconcile payouts when your platform tracks transactions by internal reference, when callbacks are delayed, or when the initial create request returned an uncertain result.
Environment for Endpoint URL
Please Replace the environment in the URL with:
When the environment is sandbox, replace the
{environment}with sandbox. so the URL will be https://sandbox.onebrick.io/v2/payments/gsWhen the environment is production, replace the
{environment}with api. so the URL will be https://api.onebrick.io/v2/payments/gs
Request parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| publicAccessToken | String | One time access-token generated using the auth token API |
| referenceId | String | Client Reference ID of specific transaction |
Response parameters
| Key Parameters | Data type | Description |
|---|---|---|
| referenceId | String | Reference ID given by end user |
| id | String | Transaction id generated by brick |
| amount | String | Amount of transaction |
| status | String | The Status of transaction |
| createdAt | Timestamp | Time when the transaction created |
| type | String | Type of transaction |
| bankAccountNo | Number | Account number of beneficiary |
| bankShortCode | String | Bank Short Code |
| bankAccountHolderName | String | Description that filled related to fund transfer |
| bankName | String | Beneficiary bank name |
Last modified on
