Retail payment API for merchants has their own machine. Has 2 modes:
Retail payment API for merchants has their own machine. Has 2 modes:
- Merchant scanner scan customer provided payment code.(B scan C)
- Merchant scanner scan customer provided payment code.(B scan C)
- Customer scan merchant provided collection code. (C scan B)
- Customer scan merchant provided collection code. (C scan B)
- name:AlipayOnline
- name:ChannelGateway
description:|
description:|
Use for Alipay Payment in PC Website. After create order, jump to the pay_url returned and attach sign params and redirect param. Then enter Alipay page to finish payment.
Use for Channel Cashier Payment in PC Website. After create order, jump to the pay_url returned and attach sign params and redirect param. Then enter Channel cashier page to finish payment.
Alipay Channel only
Alipay and AlipayPlus Channels only
<img src="img/alipayOnline_en.png">
<img src="img/alipayOnline_en.png">
- name:CB Bank
- name:CB Bank
description:|
description:|
@ -260,7 +260,7 @@ paths:
- SDK Payment
- SDK Payment
- CB Bank
- CB Bank
- RetailPay
- RetailPay
- AlipayOnline
- ChannelGateway
- CardPayment
- CardPayment
- MiniProgram
- MiniProgram
- MobileH5
- MobileH5
@ -288,7 +288,7 @@ paths:
- SDK Payment
- SDK Payment
- CB Bank
- CB Bank
- RetailPay
- RetailPay
- AlipayOnline
- ChannelGateway
- CardPayment
- CardPayment
- MiniProgram
- MiniProgram
- MobileH5
- MobileH5
@ -888,14 +888,14 @@ paths:
code_url:
code_url:
type:string
type:string
description:QR Code string. Partners can create the payment QR Code according to this value.
description:QR Code string. Partners can create the payment QR Code according to this value.
Use for Alipay Payment in PC Website. After create order, jump to the pay_url returned and attach sign params and redirect param. Then enter Alipay page to finish payment.
Use for Channel Payment Cashier in PC Website. After create order, jump to the pay_url returned and attach sign params and redirect param. Then enter Channel cashier page to finish payment.