Query Chargeback

This method is used to query chargeback data from Paymentology.

Request/response fields and samples

Request

Path parameters

trackingNumber

string,  required

Tracking number

transactionId

string,  required

Transaction ID

authNumber

string

Auth number

systemDate

date,  required

System date

settlementAmount

string

Settlement amount

chargebackAmount

string

Amount to chargeback

reasonCode

string,  required

Reason code. Chargeback reason code list available here

{
    "trackingNumber": "TRACKING_NUMBER",
    "transactionId": "TRANSACTION_ID",
    "authNumber": "AUTH_NUMBER",
    " systemDate": "systemDate",
    " settlementAmount": "SETTLEMENT_AMOUNT",
    " chargebackAmount": "CHARGEBACK_AMOUNT",
    " reasonCode": "REASON_CODE"
}

Response

STATUS200 OK

Schema

claimID

string

Claim ID

chargebackID

string

Chargeback ID

[
    {
        " claimID": "CLAIM_ID",
        " chargebackID": "CHARGEBACK_ID"
    }
]

Are you ready to use our APIs

If you are not yet registered with us.

Still have questions? Contact us.