Transaction History
Fetch Virtual Account Transaction History
Endpoint
GET {{baseUrl}}/virtual-accounts/{user_id}/transactions
Description
This endpoint allows you to fetch the transaction history of a virtual account.
Request
Headers
Content-Type: application/json
Authorization: Bearer {your_api_token}
Path Parameters
Example Request
Get Individual Transaction by ID
Endpoint
GET {{baseUrl}}/transactions/{transaction_id}
Description
This endpoint allows you to fetch details of an individual transaction by its unique identifier.
Request
Headers
Content-Type: application/json
Authorization: Bearer {your_api_token}
Path Parameters
Example Request
Last updated