E-Money Account Linkage
  • Introduction
  • API SPECIFICATION
    • Functional Requirement
    • Authentication
    • Merchant Resource
      • Merchant Registration
        • Merchant Registration Request
        • Merchant Registration Complete
      • Merchant Transfer to Other Account
        • Inquiry Merchant Transfer to Other Account
        • Payment Merchant Transfer to Other Account
      • Merchant Transfer To Bank
        • Inquiry Merchant Transfer Out to Bank
        • Payment Merchant Transfer Out to Bank
      • Merchant Disbursement To Bank
        • Inquiry Merchant Disbursement to Bank
        • Payment Merchant Disbursement to Bank
      • Merchant Verify User Name
      • Resend Registration SMS Token
      • Resend Registration E-Mail
      • Check Balance & Status
      • Check History
      • Change Password for Merchant Account
      • Change E-Mail
      • Change Phone Number
        • Change Phone Number Request
        • Change Phone Number Response
    • Customer Resource
      • Customer Registration
      • Check Balance & Status
      • Check History
      • Customer Upgrade
      • Customer Transaction to Other Account
        • Inquiry Customer Transfer to Other Account
        • Request Customer Transfer to Other Account
        • Confirm Customer Transfer to Other Account
      • Customer Transfer to Bank
        • Inquiry Transfer to Bank Account
        • Payment Transfer to Bank Account
      • Customer Disburse To Bank
        • Inquiry Disbursement to Bank Account
        • Payment Disbursement to Bank Account
      • QR / QRIS Feature
        • QR Internal Feature
          • QR Internal Inquiry
          • QR Internal Payment
        • Qris Feature
          • Qris Customer Inquiry
          • Qris Customer Payment
          • Qris Customer Check Status
      • Balance Limitation Check
    • Log Out
    • Transaction Code
    • Response Code
    • Get List Bank
      • Get List Bank Transfer Out
      • Get List Bank Disbursement
      • Get List Bank BI-Fast
    • List Bank
    • FAQ
Powered by GitBook
On this page
  1. API SPECIFICATION
  2. Customer Resource
  3. Customer Transaction to Other Account

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>
}

Content-Type

application/json

Content

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

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

PreviousInquiry Customer Transfer to Other AccountNextConfirm Customer Transfer to Other Account

Last updated 2 years ago