v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
Internal
Chargebacks

Get Chargeback

Fetches chargeback details by id.

get/v1/chargebacks/{id}

Path parameters

idstring required

Query parameters

disputeIdstring

When set, must match the chargeback's dispute id or the request is rejected.

Headers

Request-Referencestring

Optional Reference for the request. This is used to identify the request in debugging.

Response

Successfully retrieved the chargeback

idstring

The unique identifier.

reason'PDSP_AUTH_001' | 'PDSP_AUTH_002' | 'PDSP_AUTH_003' | 'PDSP_AUTH_004' | 'PDSP_PROD_001' | 'PDSP_PROD_002' | 'PDSP_PROD_003' | 'PDSP_PROD_004' | 'PDSP_PROD_005' | 'PDSP_CANC_001' | 'PDSP_CANC_002' | 'PDSP_CANC_003' | 'PDSP_CANC_004' | 'PDSP_SUBS_001' | 'PDSP_SUBS_002' | 'PDSP_SUBS_003' | 'PDSP_SUBS_004' | 'PDSP_GEN_001' | 'PDSP_GEN_002' | 'PDSP_GEN_003'

Defines the reason.

paymentChargeIdstring

The payment charge identifier.

disputeIdstring

The unique identifier of the associated dispute.

transferStatus'EXPECTED' | 'FAILED' | 'SETTLED'

Status of the transfer for settlement tracking.

createdAtstring date-time

Date and time when the entity was created in PPRO.

updatedAtstring date-time

Date and Time when the entity was last updated.

_linksobject

Example response

{
  "id": "cb_20240619XYZabcdefghij or cr_20240619XYZabcdefghij",
  "paymentChargeId": "charge_7s8FcBoJxMwVkWFR3B41p",
  "disputeId": "dispute_20240619XYZabcdefghij",
  "createdAt": "2025-06-19T12:34:56.789Z",
  "updatedAt": "2025-06-19T12:34:56.789Z"
}