Configure your API to be used for reporting
GET https://your-api-endpoint
Field | Type | Description |
---|---|---|
transactionNumber | String | Unique identifier for the transaction |
transactionDate | String | ISO 8601 formatted date and time |
transactionMode | String | Transaction mode (e.g., “C” for credit) |
type | String | Transaction type (e.g., “TRANS”) |
amount | Number | Transaction amount in the smallest currency unit |
narration | String | Transaction description or purpose |
sender.country | String | ISO country code of sender |
sender.fundsCode | String | Funds source code |
sender.account.institutionName | String | Name of the sending financial institution |
sender.account.institutionCode | Number | Institution code |
sender.account.accountNumber | String | Sender’s account number |
receiver.country | String | ISO country code of receiver |
receiver.fundsCode | String | Funds destination code |
receiver.account.institutionName | String | Name of the receiving financial institution |
receiver.account.institutionCode | Number | Institution code |
receiver.account.accountNumber | String | Receiver’s account number |