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 Method | Transaction Flows | Transaction Types |
|---|---|---|
| AlipayCN | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| AlipayHK | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| TrueMoney | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| TNG | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| GCash | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| Dana | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| Kakaopay | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| Bkash | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| Rabbit Line Pay | Redirect | Debit, Register, Deregister, Auto Debit, Refund |
| Easypaisa | Redirect | Debit, Refund |
| Conect Wallet | Redirect | Debit, Auto Debit, Refund |
| BPI | Redirect | Debit, Auto Debit, Refund |
| iDeal | Redirect | Debit, Refund |
| Giropay | Redirect | Debit, Refund |
| Sofort | Redirect | Debit, Refund |
| PayU | Redirect | Debit, Refund |
| P24 | Redirect | Debit, Refund |
| Blik | Redirect | Debit, Refund |
| EPS | Redirect | Debit, Refund |
| Bancontact | Redirect | Debit, Refund |
| PIX | Redirect | Debit, Refund (STILL INVALID) |
Additional Parameters
Debit (One-Off)
| Name | Type | Required | Description |
|---|---|---|---|
| extraData.goodsName | string | true | Maximum length: 256 Characters |
| extraData.blikCode | string | true (only when payment method is Blik) | the 6-digits Blik Code provided by the customer to continue the transaction |
| extraData.payerEmail | sting | true (only when payment method is P24) | the Payer Email |
| extraData.cpf | string | true (only when payment method is Pix) | the Pix 11-digits cpf provided by the customer. |
Recurring debit
| Name | Type | Required | Description |
|---|---|---|---|
| extraData.goodsName | string | true | Maximum length: 256 Characters |
Register
| Name | Type | Required | Valid values |
|---|---|---|---|
| extraData.scopes | string | true | - 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. |