On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/cp-retail/integration/ctv/rest/cp-retail/pd-processing/pd-ebt-void-task/pd-ebt-void-ex-rest.md)  
Filter  
FILTER BY TAG

REST Example: Reverse a PIN Debit EBT Purchase {#pd-ebt-void-ex-rest}
=====================================================================

Request

```
{
  "clientReferenceInformation": {
    "code": "ABC1234",
    "partner": {
      "thirdPartyCertificationNumber": "PTP1234"
    }
  },
  "orderInformation": {
    "amountDetails": {
      "totalAmount": "22.22",
      "currency": "USD"
    }
  },
  "paymentInformation": {
    "paymentType": {
      "subTypeName": "DEBIT",
      "name": "CARD"
    }
  }
}
```

Response to a Successful Request

```
{
  "_links": {
    "self": {
      "method": "GET",
      "href": "/pts/v2/payments/7418942961476872303814"
    }
  },
  "clientReferenceInformation": {
    "code": "ABC1234"
  },
  "id": "7418942961476872303814",
  "orderInformation": {
    "amountDetails": {
      "currency": "usd"
    }
  },
  "processorInformation": {
    "retrievalReferenceNumber": "123456490645",
    "responseCode": "00"
  },
  "reconciliationId": "7418940234946082403813",
  "status": "REVERSED",
  "submitTimeUtc": "2025-03-13T19:31:36Z",
  "voidAmountDetails": {
    "currency": "usd",
    "voidAmount": "22.22"
  }
}
```

RELATED TO THIS PAGE

