Alipay (out)

Transfer via Alipay (mobile number and email address).

CountryChina
CurrencyCNY (Chinese Yuan)
Method typealipay
DirectionPayout
Integration typeH2H
Transfer typeTransfer via Alipay
Account number format13-digit mobile number and its associated email address?
Limits30 - 10 800 CNY

Create Payout (API request)
Integration type: H2H
HTTP Method: POST
Endpoint: /deals/payout

{
  "amount": 1000,                               // Payout amount
  "currencyTo": "CNY",                          // Currency
  "invoiceId": "invoiceID",                     // Unique invoice identifier on the merchant side
  "clientId": "clientID",                       // Unique client identifier on the merchant side
  "type": "alipay",                             // Method type
  "baseCurrency": "fiat",                       // Base currency type (fiat, crypto)
  "feesStrategy": "add",                        // Fees handling strategy (add, sub)
  "recipient": {                                // Recipient information
    "account_number": "8601234567890",          // Mobile number linked to recipient's account
    "account_email": "[email protected]",        // Email address associated with recipient's account?
    "account_owner": "Account Holder",          // Recipient's full name (account holder)
    "type": "phone"                             // Recipient account type ?
  }
}

API Documentation