Clearpay
在英国,Afterpay 以 ClearPay 的名义运营。Clearpay 是一款免息的“先买后付”产品。
支付方式属性
属性 | 内容 |
---|---|
可用国家代码 | 英国 (GBP) |
消费者货币 | 英镑 (GBP) |
处理货币 | 英镑 (GBP) |
结算货币 | 美元 (USD) |
类型 I | 先买后付 (buyNowPayLater) |
类型 II | clearpay |
最小交易金额 | GBP 1 (Pay-in-4) |
最大交易金额 | GBP 1,200 (Pay-in-4) |
会话超时 | 4 小时 |
退款 | 支持全额退款、部分退款和多次部分退款 |
退款有效期 | 120 天 |
拒付 | 支持 |
集成类型 | 异步 |
交易流程
- 消费者在商家结账时选择使用 ClearPay 付款
- 商户向 Future Pay 发送交易请求
- Future Pay 创建结帐请求已发送至 ClearPay
- 创建结帐响应与重定向结帐 URL 一起返回
- ClearPay 建立重定向 URL 并发送到 Future Pay
- Future Pay 向商家发送重定向 URL
- 商家将重定向 URL 转发至消费者的浏览器
- 消费者将看到 ClearPay 页面以登录/注册并批准订单
- ClearPay 通知 Futurepay 订单状态
- Future Pay会自动立即向 ClearPay 发送“获取全额付款”请求
- 捕获全部支付响应返回,表明捕获状态
- Future Pay将消费者重定向回商家的网页并显示结果
集成
交易调用输入
{
"amount": {
"currency": "GBP",
"value": 100
},
"countryCode": "GB",
"lineItems": [
{
"name": "2024 Autumn and Winter Sweater Men's New Solid Color Half Turtle Collar Long Sleeve Sweater Fashionable Men's Clothing",
"quantity": 1,
"sku": "sweater-039-S",
"taxAmount": 0,
"taxPercentage": 0,
"totalAmount": "100",
"unitPrice": "100"
}
],
"origin": "fffmall.com",
"paymentMethod": {
"holderName": "John Doe",
"shopperEmail": "[email protected]",
"type": "clearpay"
},
"productId": "2",
"reference": "24091908215363-201",
"returnUrl": "https://wallet.futurepay-develop.com/api/PayNotify/paymentSynchronous/business_merchant_id/2/order_id/1901",
"shopperReference": "FPc646f02e0c5f4abcb212df35d35bac19",
交易调用输出
交易调用输出
{
"code": "0",
"msg": "success",
"serverTime": 1728633576429,
"data": {
"action": {
"paymentMethodType": "clearpay",
"url": "https://r2.girogate.de/molpay/S1389/I?tx=2334590813&rs=ZMQklSaGdmdZw9NTiM16xen8591YbjuY&cs=e1f62ec550918e3471308d9e34a830e3d7f22dc40690616190a9c16d8f653049",
"method": "Get",
"type": "redirect"
},
"amount": {
"currency": "USD",
"value": 100
},
"merchantReference": "9B6F974D3DB8436AA2B139551933FF08",
"pspReference": "1844649030089572352",
"resultCode": "PENDING"
},
"success": true
}
Updated about 1 month ago