Transaction History
Last updated
Last updated
GET {{baseUrl}}/virtual-accounts/{user_id}/transactions
This endpoint allows you to fetch the transaction history of a virtual account.
Headers
Content-Type: application/json
Authorization: Bearer {your_api_token}
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
Example Request
GET {{baseUrl}}/transactions/{transaction_id}
This endpoint allows you to fetch details of an individual transaction by its unique identifier.
Headers
Content-Type: application/json
Authorization: Bearer {your_api_token}
Path Parameters
Example Request
Parameter | Type | Required | Description |
---|---|---|---|
user_id
string
Yes
Unique identifier of the user
transaction_id
string
Yes
Unique identifier of the transaction