Logo

Alipay Transfer

The payer agent uses the transfer API to initiate a transfer request to Alipay+. When using the transfer API, the payer agent needs to:

  • Meet Alipay+'s requirements for initiating a transfer request.
  • Ensure that all information is authentic, complete, trackable, and consistent during the transfer process. Do not tamper with or hide the information.
Note: A valid token is required for authentication as it expires after every hour. Refer to the Token Request section to generate a new token.

Remitter Info

  • additionalTransferDetails: Additional transfer information.
  • transferRequestId: The unique ID assigned by the payer agent to identify a transfer. This field is an API idempotency field. For requests that are initiated with the same transferRequestId, Alipay+ regards the requests as repeated and returns the result of the first request that is successfully processed. For more information.
  • transferFromAmount: The amount paid by the payer agent. This field is required for cross-currency transfers. At the same time, transferQuote must be specified to record real-time exchange rates.
  • transferToAmount: The amount received by the beneficiary.

Note: For duplicate requests, the transaction will be accepted but a callback will be sent. See Sample Duplicate Callback Response for details.

POST/v1/payment-order/new-order

Submit Mobile Order

Send the JSON payload to the sandbox environment to test mobile wallet integrations.