Menu

Merchant-Initiated Capture Voids

This example shows a successful merchant-initiated credit void.

Limitations

You can initiate a capture void only if the original authorization amount has yet been captured.

Endpoints
(for
Visa Platform Connect
)

  • Production:
    POST
    https://api.cybersource.com
    /pts/v2/captures/
    {id}
    /voids
  • Test:
    POST
    https://apitest.cybersource.com
    /pts/v2/captures/
    {id}
    /voids

Related Information

Back to top