Skip to main content

Transfer API

Transfer API refers to the API that merchant submits POST requests to our system to create transfer order.

URL: https://domain/transfer/apply

Method: POST

Content-Type: application/x-www-form-urlencoded

Parameters:

name opt type DESC e.g.
amount N float64 Amount 2000.00
merchant N string Merchant uid ab0ad1234567e2008241...
bankname N string Bank name 中国xx银行
subbankname Y string Branch name xx银行xx支行
cardno N string Card number 60000000
cardname N string Card holder name 李四
notifyurl N string Callback notification URL https://example.com/your_path_here
outtransferno N string Merchant order number 202002020123ABC
sign N string Signature e10adc3949bae20f883e...

Notes on responses

Based on global responses, when successful, code is 0 and results is success.