Payment Merchant Disbursement to Bank
This service is used to do Payment to Destination Account.
{
“accountSrc”: <String, not null>,
“accountDst”: <String, not null>,
“amount”: <Double, not null>,
“clientRef”: <String, not null>,
“description”: <String, not null>,
“password”: <String, not null>,
“bankId”: <String, not null>,
“inquiryId”: <String, not null>,
“sourceId”: <String, not null>
}{
“accountSrcId”: <String, not null>,
“accountDstId”: <String, not null>,
“amount”: <Double, not null>,
“accountGroupId”: <String, not null>,
“accountGroupName”: <String, not null>,
“transactionStatus”: <String, not null>,
“feeAmount”: <Double>,
“totalAmount”: <Double, not null>,
“clientRef”: <String, not null>,
“bankName”: "<String, not null>,
“description”: <String, not null>,
“transactionTimestamp”: <timestamp, not null>,
“accountGroupEmail”: <String, not null>,
“correlationId": <String, not null>
“id”: <String, not null>,
“accountDstName”: <String, not null>
}Description
Last updated