Payment Merchant Transfer Out to Bank
This service is used to perform IBFT transaction.
{
“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>,
“transactionCodeId”: <String, not null>,
“accountGroupId”: <String, not null>,
“accountGroupName”: <String, not null>,
“journalId”: <String, not null>,
“clientRef”: <String, not null>,
“description”: <String, not null>,
“clientTimestamp”: <timestamp, not null>,
“transactionTimestamp”: <timestamp, not null>,
“merchantId”: <String, not null>,
“accountSrcName”: <String, not null>,
“accountGroupEmail”: <String, not null>,
“accountDstName”: <String, not null>,
“feeAccountId”: <String>,
“feeAmount”: <Double>,
“feeConfigId”: <String>,
“feeTransactionCodeId”: <String>
}Description
Last updated