Confirm Customer Transfer to Other Account
This service can be used to do confirm transaction Transfer to other Account
{
"accountSrc": <String, not null>,
"accountDst": <String, not null>,
"amount": <Double, not null>,
"transactionCodeId": <String>,
"transactionRequestId": <String>,
"password": <String>,
"clientRef": <String>,
"sourceId": <String, not null>
}{
"accountSrcId": <String, not null>,
"accountDstId": <String, not null>,
"amount": <Double, not null>,
"transactionCodeId": <String>,
"description": <String>,
"clientRef": <String>,
"clientTimestamp": <Timestamp, not null>,
"transactionTimestamp": <Timestamp, notnull>,
"journalId": <String, not null>,
"accountDstName": <String, not null>,
"accountSrcName": <String, not null>
}Description
Last updated