Reverse a PIN Debit EBT Purchase
Visa Platform ConnectREST API
This section describes how to reverse a PIN debit EBT purchase.
You can reverse these types of transactions:
- Purchase from a cash benefits account
- Purchase from a SNAP account
- Purchase manually entered from a SNAP account
- Electronic voucher purchase from a SNAP account
Send the reversal request to the voids endpoint.
Endpoint
Production:
POST
https://api.cybersource.com
/pts/v2/payments/{id}
/voidsTest:
POST
https://apitest.cybersource.com
/pts/v2/payments/{id}
/voidsThe is the transaction ID returned in the
purchase response.
{id}