get Data For Create Chargeback
POST {{baseUrl}}/v6/claims/:claim-id/chargebacks/loaddataforchargebacks
Issuers and acquirers use this endpoint to obtain information about a potential first chargeback or second presentment prior to creating the chargeback. If the issuer or acquirer decides to create the chargeback, the issuer or acquirer should use the Create endpoint for chargebacks.
Request Body
{"chargebackType"=>"CHARGEBACK", "reasonCode"=>"4853", "currency"=>"USD"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"currencies":[{"name":"USD","value":"USD"},{"name":"USD","value":"USD"}],"docIndicators":[{"name":"1","value":"1 - Supporting documentation will follow"},{"name":"1","value":"1 - Supporting documentation will follow"}],"messageTexts":[{"name":"CARD NOT VALID OR EXPIRED","value":"CARD NOT VALID OR EXPIRED"},{"name":"CARD NOT VALID OR EXPIRED","value":"CARD NOT VALID OR EXPIRED"}],"reasonCodes":[{"name":"4831","value":"4831 - Transaction Amount Differs"},{"name":"4831","value":"4831 - Transaction Amount Differs"}],"amount":{"name":"USD","value":"100.00"}}