From bd169b6e94a84dcd423b322c0e26f0107a2543cb Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 17 Mar 2025 14:09:10 +0800 Subject: [PATCH] vault backup: 2025-03-17 14:09:10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affected files: Haina/项目/支付中心/连连支付.md --- Haina/项目/支付中心/连连支付.md | 27 ++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Haina/项目/支付中心/连连支付.md b/Haina/项目/支付中心/连连支付.md index 3021397..8eea39a 100644 --- a/Haina/项目/支付中心/连连支付.md +++ b/Haina/项目/支付中心/连连支付.md @@ -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/)