Document Status
Once a document is uploaded, use this method to verify the status of document.
Request/response fields and samples
Request
Path parameters
chargebackId
string, required
Chargeback ID
claimID
string, required
Claim ID
{ "chargebackId": "CHARGEBACK ID", "claimID": "CLAIM_ID" }
Response
STATUS200 OK
Schema
status
string
Chargeback document status
{ "status": "COMPLETED" }
Other response codes
Further response codes and details can be found here.
Additional info
HTTP Method | GET |
URL+URI (SIT/UAT) | https://chargebacks.test.tutuka.cloud/client/claims/{claim-id}/chargebacks/{chargeback-id}/document/status |
HTTP Headers | Content-Type text/plain |
Query String Parameters | - |
Format | JSON |
Authentication | Bearer BEARER_TOKEN |
Successful Response Code | 200 |
Error Response Code | 500 |