Payment Merchant Transfer to Other Account
This service is used to Transfer between Account Process.
{
“accountSrc”: <String, not null>,
“accountDst”: <String, not null>,
“amount”: <Double, not null>,
“clientRef”: <String, not null>,
“description”: <String, not null>,
“password”: <String, not null>,
“transactionCodeId”: <String, not null>,
"sourceId": <String, not null>
}{
"accountSrcId": <String, not null>,
"accountDstId": <String, not null>,
"amount": <Double, not null>,
"transactionCodeId": <String>,
"accountGroupId": <String>,
"accountGroupName": <String>,
"journalId": <String>,
"description": <String>,
"clientRef": <String>,
"clientTimestamp": <Timestamp>,
"accountSrcName": <String>,
"accountDstName": <String>,"
"transactionTimestamp": <Timestamp, not null>,
"merchantId": <String>,
"accountGroupEmail": <String>,
"correlationId": <String>
}Description
Last updated