get
https://sandbox.onebrick.io/v2/payments/gs/get-top-up-history
This API enable you to check your current balance.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to retrieve top-up history and reconcile balance movements in your Brick account.
The response includes top-up references, bank destination information, dates, amounts, and transaction metadata. Use it together with the balance endpoint to confirm whether a top-up has been reflected in your account.
When to Use This Endpoint
- Reconcile balance after a bank transfer top-up.
- Display top-up activity in an internal dashboard.
- Investigate missing or delayed balance movement.
Filtering
Use the optional type query parameter when you need to filter the response to top-up transactions only.
Request parameters
| Key Parameters | Data Type | Description |
|---|---|---|
| publicAccessToken | String | One time access-token generated using the auth token API |
Response parameters
| Key Parameters | Data type | Description |
|---|---|---|
| refNumber | String | Generate reference number for Top-up |
| bank | Number | Top-up bank destination |
| date | String | Date of Topup settle |
| amount | String | The amount of Top-up |
| transactionType | String | Indicate transactions, this api also show va & topup |
| accountNo | String | Topu-p account number |
| accountDisplayName | String | Account display name of Top-up account |
