Upload Supporting Document
This API method is used to upload a supporting document after a chargeback is successfully created.
Request/response fields and samples
Request
Path parameters
chargebackId
string, required
Chargeback ID
claimID
string, required
Claim ID
memo
string, required
Memo
filename
string, required
Filename
file
string, required
File content
{
"chargebackId": "CHARGEBACK ID",
"claimID": "CLAIM_ID",
"memo": "MEMO",
"filename": "FILENAME",
"file": "File content stored in a base64 encoded string"
}
Response
STATUS200 OK
Schema
chargebackId
string
{
"chargebackId": "chargebackId"
}
Other response codes
Further response codes and details can be found here.
Additional info
| HTTP Method | PUT |
| URL+URI (SIT/UAT) | https://chargebacks.test.tutuka.cloud/client/claims/{claim-id}/chargebacks/{chargeback-id}/document |
| HTTP Headers | Content-Type text/plain |
| Query String Parameters | |
| Format | JSON |
| Authentication | Bearer BEARER_TOKEN |
| Successful Response Code | 200 |
| Error Response Code | 500 |