OD Transaction History
This API is used to view the transaction history of a specific overdraft account. It can be useful for account managers, customer service representatives, or the users themselves to track all transactions related to their overdraft account.
Input
To fetch the transaction history of a specific overdraft account, you need to provide the following details:
Customer ID: The unique identifier of the user whose overdraft account transactions you want to fetch (e.g., "32ce79860a45cd4857be9df097f46b4f8d").
Order ID: The unique identifier of the overdraft account whose transactions you want to fetch (e.g., "e90dfdf6-b467-4fa6-a52c-784b1a65f2be").
Authorization Key: A secure key to authenticate the request. This key must be included in the headers of your request.
Output
The response from this API provides detailed information about all transactions related to the specified overdraft account.
Transaction Amount: The amount of money involved in the transaction.
Transaction Type: The type of transaction (e.g., "disbursement").
Transaction Date: The date when the transaction occurred.**
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
order_id | string | A unique id for each order which you can fetch from the last API |
Common error scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
Try out the API here
Updated about 2 months ago