• 新平台

基于不同的PCI DSS合规情况,商户可以选择以下集成方式进行卡支付的对接。

PCI DSS合规情况 集成方式
SAQ-A IFrame(商户页面嵌入Checkout.com的iFrame收集处理卡信息)
Hosted Payment Page (跳转至Checkout.com托管页面)
Ecommcer Plug-in (电商平台插件,如Shopify,Shoplazza)
SAQ-D Full Card Detail(直接使用明文卡信息)

对于APM第三方支付方式的对接,可以选择直接对接(Direct)的方式,也可以选择使用Hosted Payment Page来进行对接,要注意部分APM目前仅支持Direct的方式,后续会陆续加入Hosted Payment Page。

APM第三方支付 区域 新平台 老平台
Hosted Payment Page Direct Hosted Payment Page Direct
Bancontact 比利时
- [x]

|
- [x]

|
- [x]

|
- [x]

| | EPS | 奥地利 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | Giropay | 德国 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | iDEAL | 荷兰 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | Klarna | 欧洲多国 |
- [ ]

|
- [ ]

|
- [x]

|
- [x]

| | Multibanco | 葡萄牙 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | Przelewey24 | 波兰 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | SEPA Direct Debit | 欧洲多国 |
- [ ]

|
- [ ]

|
- [x]

|
- [x]

| | Sofort | 欧洲多国 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | KNET | 科威特 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | Mada | 沙特 |
- [ ]

|
- [x]

|
- [x]

|
- [x]

| | PayPal | 全球 |
- [ ]

|
- [x]

|
- [x]

|
- [x]

| | Fawry | 埃及 |
- [ ]

|
- [x]

|
- [ ]

|
- [x]

| | Apple Pay | 全球 |
- [ ]

|
- [x]

|
- [ ]

|
- [x]

| | Google Pay | 全球 |
- [x]

|
- [x]

|
- [x]

|
- [x]

| | QPay | 卡塔尔 |
- [ ]

|
- [x]

|
- [ ]

|
- [x]

| | OXXO | 墨西哥 |
- [ ]

|
- [ ]

|
- [ ]

|
- [x]

| | Boleto | 巴西 |
- [ ]

|
- [ ]

|
- [ ]

|
- [x]

| | Pago Fácil | 阿根廷 |
- [ ]

|
- [ ]

|
- [ ]

|
- [x]

| | Rapipago | 阿根廷 |
- [ ]

|
- [ ]

|
- [ ]

|
- [x]

| | Via Baloto | 哥伦比亚 |
- [ ]

|
- [ ]

|
- [ ]

|
- [x]

| | Alipay-CN | 中国大陆 |
- [ ]

|
- [x]

|
- [ ]

|
- [ ]

| | Alipay-HK | 中国香港 |
- [ ]

|
- [x]

|
- [ ]

|
- [ ]

| | WechatPay-CN | 中国大陆 |
- [ ]

|
- [x]

|
- [ ]

|
- [ ]

| | WechatPay-HK | 中国香港 |
- [ ]

|
- [x]

|
- [ ]

|
- [ ]

| | Gcash | 菲律宾 |
- [ ]

|
- [x]

|
- [ ]

|
- [ ]

| | Plaid+ACH | 美国 |
- [ ]

|
- [x]

|
- [ ]

|
- [ ]

|

注:若要对接Alipay-CN/HK,WechatPay-CN/HK或Gcash,请与贵司的销售或者客户经理联系。

以下对每种集成方式进行简单介绍和演示:

Hosted Payment Page

该支付方式会直接将客户跳转至Checkout.com托管的支付页面,并根据商户请求的币种,国家等展示对应的支付方式。
通过Hosted Payment Page接入可以自动支持Google Pay,无需商户进行额外开发。
以下为一个简单的卡支付体验示例: HPP.mp4 (2.23MB) 更多信息请参看官方文档:https://www.checkout.com/docs/four/integrate/hosted-payments-page

iFrame

iFrame即在商户自己的页面嵌入Checkout.com的iFrame来收集处理卡信息,保证PCI DSS的合规性,以下为一个简单的体验示例: iFrame.mp4 (1.39MB) iFrame还支持多行样式:
image.png
并支持商户的多种自定义功能,具体可以参考Checkout.com官方文档:
https://www.checkout.com/docs/four/integrate/frames

E-commece Plug-in

当前Checkout.com支持多个电商平台插件:
image.pngimage.pngimage.pngimage.png
image.pngimage.pngimage.pngimage.png
image.pngimage.pngimage.pngimage.png
具体可以参考Checkout.com官网及各平台的操作手册:
新平台:https://www.checkout.com/docs/four/integrate/e-commerce-platforms-
老平台:https://www.checkout.com/docs/integrate/e-commerce-platforms

Full Card Detail

当商户的PCI DSS合规且填写SAQ-D时,可以直接在支付接口中发送完整的卡信息,如:

  1. {
  2. "source": {
  3. "type": "card",
  4. "number": "5199992312641465",
  5. "expiry_month": 8,
  6. "expiry_year": 2025,
  7. "name": "Sarah Mitchell",
  8. "cvv": "010"
  9. },
  10. "amount": 2000,
  11. "currency": "USD",
  12. "reference": "ORD-5023-4E89"
  13. }

也可参考官方文档:
https://www.checkout.com/docs/four/payments/accept-payments