Ewallet
Status Ewallet Payment API
Use the Brick Ewallet Payment status endpoint when your system needs to confirm the latest state of a one-time Ewallet payment after creating a payment link. Querying status by reference ID helps product, support, and finance operations teams reconcile pending payments, investigate customer issues, and decide whether to keep waiting for callback updates.
Response Parameters
| Key parameters | Data type | Description |
|---|---|---|
| status | Integer | The HTTP status code of the response (e.g., 200 for success). |
| data.message | String | A message indicating the success of retrieving the Ewallet status |
| data.id | String | Unique ID generated by Brick for the transaction |
| data.referenceId | String | The reference ID provided by the client to track the Ewallet transaction |
| data.amount | Integer | The transaction amount |
| data.status | String | The current status of the transactio |
| data.ewalletCode | String | The code representing the Ewallet provider used for the transaction |
| data.redirectUrl | String | The URL generated by the Ewallet provider for payment |
| data.expiredAt | Date Time | The expiration date and time of the transaction |
Last modified on
