Confirm Customer Transfer to Other Account

This service can be used to do confirm transaction Transfer to other Account

Canonical Path

/b2b/customer/me/transaction/confirm

Method

POST

Authorization

Bearer <user_access_token>

Query Param

-

Content-Type

application/json

Content

{
    "accountSrc": <String, not null>, 
    "accountDst": <String, not null>, 
    "amount": <Double, not null>, 
    "transactionCodeId": <String>, 
    "transactionRequestId": <String>, 
    "password": <String>, 
    "clientRef": <String>, 
    "sourceId": <String, not null>
}

Description

Field

Description

accountSrc

Sender account number

accountDst

Receiver account number, can be left blank if account destination already predefined by transaction code

amount

Transaction amount

transactionCodeId

Transaction Code

description

Transaction Description

clientRef

Client Ref

password

MD5 UPPERCASE

transactionRequestId

Transaction Request Id

clientTimestamp

Client Timestamp

transactionTimestamp

Transaction Timestamp

journalId

journaI ID

accountDstName

Account Destination Name

accountSrcName

Account Source Name

sourceId

Source ID

Last updated