Request Customer Transfer to Other Account

This service can be used to do request cutomer transfer to other Account

Canonical Path

/b2b/customer/me/transaction/request

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>, 
    "description": <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

transactionRequestId

Transaction Request Id

sourceId

Source ID

Last updated