REST API | GPX

Capturing an Authorization Using
REST
APIs

To capture an authorization:
  1. Pass the original authorization ID in the URL, and send the service request to:

    ADDITIONAL INFORMATION

    https://api.cybersource.com
    /v2/payments/{id}/captures
    Where
    id
    is is the authorization ID. The authorization ID is passed in the authorization response as
    id
    .
    { "id": "6481692924466004003001" }
    The URL with the
    id
    value is included in the authorization response:
    { "_links": { "capture": { "method": "POST", "href": "/pts/v2/payments/6481692924466004003001/captures" } }
  2. Check the response message to make sure that the request was successful. A 200-level HTTP response code indicates success. For information about response codes, see Transaction Response Codes.