{ "dispute_type": "ChargeBack", "ll_transaction_id": "2024012601122644", "merchant_transaction_id": "693100628120965120", "dispute_status": "DISPUTE_PENDING", "dispute_amount": 88.88, "dispute_currency": "USD", "dispute_reason": "10.4", "dispute_time": "20240126141430", "appeal_due_date": "20240209", "card_brand": "MASTERCARD", "last_four_digits_of_card": "1234", "customer_email": "buyer@example.com", "arn": "74000000000000000000000" }
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-raw '{ "dispute_type": "ChargeBack", "ll_transaction_id": "2024012601122644", "merchant_transaction_id": "693100628120965120", "dispute_status": "DISPUTE_PENDING", "dispute_amount": 88.88, "dispute_currency": "USD", "dispute_reason": "10.4", "dispute_time": "20240126141430", "appeal_due_date": "20240209", "card_brand": "MASTERCARD", "last_four_digits_of_card": "1234", "customer_email": "buyer@example.com", "arn": "74000000000000000000000" }'
// 商家通知响应为固定参数 { "code": "200", "message": "success" }