Menu

Void

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

Endpoint

Captures
Production:
POST
https://api.cybersource.com
/pts/v2/captures/
{id}
/voids
Test:
POST
https://apitest.cybersource.com
/pts/v2/captures/
{id}
/voids
Credits
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.
IMPORTANT
POST requests for voids require a body. If you have no fields to send, use empty braces as shown below.
Back to top