Check History
This service is used to get merchant transaction history. Response time for this api range from 0 – 2 Second
{
"rowCount": <Integer, not null>,
"data":[
{
"accountTransactionId": <String, not null>,
"accountId": <String, not null>,
"accountName": <String, not null>
"clientRef": <String>,
"description": <String>,
"amount": <Double>,
"feeAmount": <Double>,
"creditAmount": <Double>,
"debitAmount": <Double>,
"balanceBefore": <Double>
"balance": <Double>,
"transactionTimestamp: <Timestamp, not null>,
"transactionCode": <String, not null>,
"transactionName": <String, not null>,
"accountGroupId": <String, not null>,
"accountGroupName": <String, not null>,
"senderAccountId": <String>,
"senderAccountName": <String>,
"receiverAccountId": <String>,
"receiverAccountName": <String>,
"accountTypeId": <String, not null>,
"accountTypeName": <String, not null>,
"journalId": <String, not null>,
"refJournalId": <String>,
"responseCode": <String>,
"responseMessage": <String>,
"customData:"
{
"...": "..."
...
}
}
]
}Descritpion
Last updated