Request Customer Transfer to Other Account
This service can be used to do request cutomer transfer to other Account
{
"accountSrc": <String, not null>,
"accountDst": <String, not null>,
"amount": <Double, not null>,
"transactionCodeId": <String>,
"description": <String>,
"clientRef": <String>,
"sourceId": <String, not null>
}{
"accountSrc": <String, not null>,
"accountDst": <String, not null>,
"amount": <Double, not null>,
"transactionCodeId": <String>,
"description": <String>,
"transactionRequestId": <String>
}Description
Last updated