REST API | Visa Platform Connect

Capture for a Contact EMV Authorization

When capturing a payment after an EMV authorization using a contact method, you must include additional information in your capture request. Include these EMV tags from the data on the EMV chip:
  • 95
    : Terminal verification results
  • 9F10
    : Issuer application data
  • 9F26
    : Application cryptogram
For information about capturing a contactless EMV authorization, see Capture.

Endpoint

Production:
POST
https://api.cybersource.com
/pts/v2/payments/
{id}
/captures
Test:
POST
https://apitest.cybersource.com
/pts/v2/payments/
{id}
/captures
The
{id}
is the transaction ID returned in the authorization response.