Check History
This service is used to get customer transaction history.
{
"rowCount": <Integer, not null>,
"data":
[
{
"accountTransactionId": <String, not null>,
"accountId": <String, not null>,
"accountName": <String, not null>,
"customerId": <String, not null>,
"customerName": <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>,
"responseCode": <String>,
"responseMessage": <String>,
"sourceId": <String>,
"correlationId": <String>,
"customData:"
{
"...": "..."
...
}
}
]
}Description
Last updated