{
"ll_transaction_id": "2022010406411871",
"merchant_transaction_id": "test2022010110240583981",
"original_transaction_id": "refund10167310",
"refund_data": {
"account_date": "20220104",
"actual_refund_amount": "5599",
"actual_refund_currency_code": "JPY",
"reason": "do not like the goods",
"refund_amount": "5599",
"refund_currency_code": "JPY",
"refund_status": "RS",
"refund_time": "20220104180837",
"settlement_currency_code": "USD"
}
}
// NOTIFY_URL是商家在退款接口上送的退款结果通知地址curl --location 'https://celer-api.LianLianpay-inc.com' \
--header 'signature: XJxQTCs1QTsp+Xo3iWrEMhMZUF9Wt+s2XTilT48lyv3zCmJS1+twA9cYsq9BHgTFn0FziCalU0OD3ddYWTRMf13uyLjwwOKD6LYwdC80+17FqAbBdeFCWuiA6ZUkXblWKiILACf8y0JKkpuEvXSSrvHcpS9MPakuXKKvOBRY1UXBWhXr2bL3qr84rbLU1Ka5ZU70j5r2xZv3JrdeFTYqBLss1/biXNT9bS45JFFoKwX/8ZoBKYhbYtn82b8QiO5I2YV2uw7VXukEGbtfR2p2O3479VGyR3+ch4qroWABRC52EjCwvV0Gbnzs6Wbw0Bg64/aR7GpNz9sHIy6Yw8KwZg==' \
--header 'timezone: Asia/Hong_Kong' \
--header 'timestamp: 20211022160000' \
--header 'sign-type: RSA' \
--header 'Content-Type: application/json' \
--data '{
"ll_transaction_id": "2022010406411871",
"merchant_transaction_id": "test2022010110240583981",
"original_transaction_id": "refund10167310",
"refund_data": {
"account_date": "20220104",
"actual_refund_amount": "5599",
"actual_refund_currency_code": "JPY",
"reason": "do not like the goods",
"refund_amount": "5599",
"refund_currency_code": "JPY",
"refund_status": "RS",
"refund_time": "20220104180837",
"settlement_currency_code": "USD"
}
}
// NOTIFY_URL是商家在退款接口上送的退款结果通知地址'// 商家通知响应为固定参数
{
"code": "200",
"message": "success",
}