REST API | Visa Platform Connect

Void

This section describes how to void a capture or credit that was submitted but not yet processed by the processor.

Endpoint

Void a Capture
Production:
POST
https://api.cybersource.com
/pts/v2/captures/{id}/voids
Test:
POST
https://apitest.cybersource.com
/pts/v2/captures/{id}/voids
Void a Credit
Production:
POST
https://api.cybersource.com
/pts/v2/credits/{id}/voids
Test:
POST
https://apitest.cybersource.com
/pts/v2/credits/{id}/voids
The
{id}
is the transaction ID returned during the request to void.