提示
该接口提供信用卡绑卡结果的查询,商家可以通过该接口主动查询绑卡结果状态,完成下一步的业务逻辑。
https://gpapi.lianlianpay.com/v3/merchants/<merchant_id>/queryCardTokenhttps://celer-api.LianLianpay-inc.com/v3/merchants/<merchant_id>/queryCardToken详情可查看请求与响应结构
{
"lianlian_card_token_id": "PAYMENT_TOKEN20231105680001",
"merchant_id": "202210220002387000",
"merchant_user_no": "user1234567890",
"sub_merchant_id": "1020241105229000"
}curl --location 'https://celer-api.LianLianpay-inc.com/v3/merchants/<merchant_id>/queryCardToken' \
--header 'signature: XJqQTCs1QTsp+xO3iWrEMhMZUF9Wt+s2XTilT48lyv3zCmJS1+twA9cYsq9Bg9hfTnOFziCaU0OD3ddYWTMRf13uyLjwwOKD6LWyBCd+17Fq4bBdFcCwiuA6ZUkXbIWKiLACf8gY0JkKpuEvXSSrvHcpS9MPakuXKKwOBRY1UXBhWr2bL3qr8r4bLUk1A3 5ZU7Oj5r2xZV3JrdeFYqBLss1jbXNT9bS4J5JFoFKw/xBzoBkYh7btm28b8i8Q5lY2Vu7vZVK+BGKfBff2PQOJ347VGyR3+ch4qrw0ABRC52jEycWWoGQbnzs6W8DwBGg64/aR7GpNz9sHIy6YW8KwZg==' \
--header 'timezone: Asia/Hong_Kong' \
--header 'timestamp: 20211022160000' \
--header 'Content-Type: application/json' \
--data '{
"lianlian_card_token_id": "PAYMENT_TOKEN20231105680001",
"merchant_id": "202210220002387000",
"merchant_user_no": "user1234567890",
"sub_merchant_id": "1020241105229000"
}'{
"return_code": "SUCCESS",
"return_message": "Success",
"trace_id": "0606923d7a1647df9317159efbfe8efb.199.17314696256950645",
"order": {
"holder_name": "zhang san",
"card_no": "420000******0000",
"card_expiration_year": "2025",
"card_expiration_month": "12",
"lianlian_card_token_id": "PAYMENT_TOKEN2024110103154059",
"card_token_type": "PAYMENT_TOKEN",
"lianlian_card_token_status": "VALID",
"brand": "visa"
}
}