Pay
Pay
POST
https://mapi.yuansfer.com/auto-debit/v3/pay
Use this interface to initiate a payment and process payment results according to the status and operation instruction returned by Yuansfer. AccessToken will be used when deductions are made.
Request Body
merchantNo*
string
Merchant ID
storeNo*
string
Store ID
autoDebitNo*
string
The auto-debit record ID.
amount*
string
The transaction amount.
currency*
string
The supported transaction currency is "USD".
settleCurrency*
string
The supported settlement currency is "USD".
reference*
string
The Invoice Number of the transaction in the merchant's system.
ipnUrl*
string
Asynchronous callback address.
verifySign*
string
The parameter signature.
Response
Parameter
Type
Description
result
object
The result object.
ret_msg
string
The response return message.
Result Object
Parameter
Type
Description
amount
string
The transaction amount.
autoDebitNo
string
Unique ID of auto debit record in Yuansfer's system.
currency
string
The supported transaction currency is "USD".
settleCurrency
string
The supported settlement currency is "USD".
reference
string
The invoice number of the transaction in the merchant's system.
transactionNo
string
The unique ID of a transaction.
Last updated