|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
---
|
|
|
|
|
Created: 2025-03-09 Sun
|
|
|
|
|
Updated: 2025-03-13 13:40 Thu
|
|
|
|
|
Updated: 2025-03-17 13:50 Mon
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## 入驻
|
|
|
|
@ -66,6 +66,31 @@ iFrame2.0模式的测试账号信息
|
|
|
|
|
| | Mastercard | 5204 2452 5046 0049 | 111 | 12/24 | 成功 | / |
|
|
|
|
|
| | Apple Pay更多测试卡号可查看[Apple test card](https://developer.apple.com/apple-pay/sandbox-testing/) | | | | | |
|
|
|
|
|
|
|
|
|
|
### 支付成功url
|
|
|
|
|
|
|
|
|
|
`redirect_url` length 512
|
|
|
|
|
支付成功后,用户跳转到支付成功地址,默认POST请求,注意此参数中不允许出现“#”符号
|
|
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
// 3DS
|
|
|
|
|
{
|
|
|
|
|
"ll_transaction_id": "2025031703559307",
|
|
|
|
|
"merchant_transaction_id": "System190813046_T1--6889",
|
|
|
|
|
"payment_data": {
|
|
|
|
|
"account_date": "20250317",
|
|
|
|
|
"exchange_rate": "1.00000000",
|
|
|
|
|
"installments": "1",
|
|
|
|
|
"payment_amount": "0.20",
|
|
|
|
|
"payment_currency_code": "USD",
|
|
|
|
|
"payment_status": "PS",
|
|
|
|
|
"payment_time": "20250317134731",
|
|
|
|
|
"settlement_amount": "0.20",
|
|
|
|
|
"settlement_currency_code": "USD"
|
|
|
|
|
},
|
|
|
|
|
"payment_url": "https://gacashier.lianlianpay-inc.com/3ds?tdsKey=28d255f6c23c4c29b7ea3c071e1ce1be"
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 线上环境
|
|
|
|
|
|
|
|
|
|
支付域名:[https://gpapi.lianlianpay.com](https://gpapi.lianlianpay.com/)
|
|
|
|
|