Payment Transfer to Bank Account
This serice API are used to do Customer Payment Transfer to Bank 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>,
“transactionCode”: <String, not null>,
“journalId”: <String, not null>,
“clientRef”: <String, not null>,
“description”: <String, not null>,
“transactionTimestamp”: <timestamp, not null>,
“feeAccountId”: <String>,
“feeAmount”: <Double>,
“feeConfigId”: <String>,
“feeTransactionCodeId”: <String>
}Description
Last updated