Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8080/api/v1/chargeback/accept \ --header 'Content-Type: application/json' \ --data ' { "merchantId": 1000000201, "chargebackId": "<string>" } '
{ "code": "<string>", "msg": "<string>", "data": { "chargebackId": "<string>", "originalOrderId": "<string>", "merchantId": "<string>", "chargebackStatus": "<string>", "amount": "<string>", "currency": "<string>", "feeAmount": "<string>", "feeCurrency": "<string>", "reasonCode": "<string>", "reason": "<string>", "description": "<string>", "chargebackDateTime": "<string>", "expiryDateTime": "<string>", "merchantUserId": "<string>", "subscriptionInfo": { "subscriptionId": "<string>", "period": "<string>", "subscriptionRequest": "<string>" }, "message": { "messageId": "<string>", "notes": "<string>", "documents": "<string>" }, "evidence": {} } }
Chargeback accept request
Merchant Id assigned by Waffo
64
1000000201
Chargeback id
32
OK
response data
Chargeback detail response
Show child attributes