Pre-Arbitration

This method is used to submit a Pre-Arbitration case.

Request/response fields and samples

Request

Path parameters

claimId

string,  required

Claim ID

chargebackId

string,  required

Chargeback ID

preArbitrationAmount

string,  required

Pre-Arbitration case amount in cardholder currency.

memo

string,  required

Memo for the case

messageText

string

Message text. Use only when applicable, otherwise leave empty

newReasonCode

string

New reason code. Use only when applicable i.e. changing reason code. Otherwise left empty.
Chargeback reason code list available here

supportingDocument

string

Document to support the case.
Use only when applicable, otherwise leave empty

clientReferenceNumber

string

Client reference number.
Use only when applicable, otherwise leave empty

caseNotes

string

Case notes.
Use only when applicable, otherwise leave empty

{
    "claimId": "CLAIM_ID",
    "chargebackId": "CHARGEBACK_ID",
    "preArbitrationAmount": "PREARBITRATION_AMOUNT",
    "memo": "MEMO",
    "messageText": "MESSAGE_TEXT",
    "newReasonCode": "NEW_REASON_CODE",
    "supportingDocument": "BASE64_ENCODED_FILE_HERE",
    "clientReferenceNumber": "CLIENT_REFERENCE_NUMBER",
    "caseNotes": "CASE_NOTES"
}

Response

STATUS200 OK

Schema

caseId

string

Pre-arbitration case ID

{
    "caseId": "CASE_ID"
}

Other response codes

Further response codes and details can be found here.

Additional info

HTTP Method POST
URL_URI (SIT/UAT) https://chargebacks.test.tutuka.cloud/client/prearbitration
HTTP Headers Content-Type text/plain
Query String Parameters -
Format JSON
Authentication Bearer BEARER_TOKEN
Successful Response Code 200
Error Response Code 500
Validation Error Response Code 422

Are you ready to use our APIs

If you are not yet registered with us.

Still have questions? Contact us.