Skip to main content

Alipay

This page provides an overview of the payments methods provided by the Alipay adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Alipay within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.

Payment Methods

Payment MethodTransaction FlowsTransaction Types
AlipayCNRedirectDebit, Register, Deregister, Auto Debit, Refund
AlipayHKRedirectDebit, Register, Deregister, Auto Debit, Refund
TrueMoneyRedirectDebit, Register, Deregister, Auto Debit, Refund
TNGRedirectDebit, Register, Deregister, Auto Debit, Refund
GCashRedirectDebit, Register, Deregister, Auto Debit, Refund
DanaRedirectDebit, Register, Deregister, Auto Debit, Refund
KakaopayRedirectDebit, Register, Deregister, Auto Debit, Refund
BkashRedirectDebit, Register, Deregister, Auto Debit, Refund
Rabbit Line PayRedirectDebit, Register, Deregister, Auto Debit, Refund
EasypaisaRedirectDebit, Refund
Conect WalletRedirectDebit, Auto Debit, Refund
BPIRedirectDebit, Auto Debit, Refund
iDealRedirectDebit, Refund
GiropayRedirectDebit, Refund
SofortRedirectDebit, Refund
PayURedirectDebit, Refund
P24RedirectDebit, Refund
BlikRedirectDebit, Refund
EPSRedirectDebit, Refund
BancontactRedirectDebit, Refund
PIXRedirectDebit, Refund (STILL INVALID)

Additional Parameters

Debit (One-Off)

NameTypeRequiredDescription
extraData.goodsNamestringtrueMaximum length: 256 Characters
extraData.blikCodestringtrue (only when payment method is Blik)the 6-digits Blik Code provided by the customer to continue the transaction
extraData.payerEmailstingtrue (only when payment method is P24)the Payer Email
extraData.cpfstringtrue (only when payment method is Pix)the Pix 11-digits cpf provided by the customer.

Recurring debit

NameTypeRequiredDescription
extraData.goodsNamestringtrueMaximum length: 256 Characters

Register

NameTypeRequiredValid values
extraData.scopesstringtrue- BASE_USER_INFO : Indicates that the unique user ID can be obtained.
- USER_INFO : Indicates that the complete user information can be obtained, for example, user name, avatar, and other user information.
- AGREEMENT_PAY : Indicates that the user agrees to authorize for auto debit so that the merchant can use the access token to automatically deduct money from the user's account.