Menu

Visa Platform Connect
Airline Captures for Ancillary Purchases

This section shows the fields necessary to capture an airline payment for ancillary purchases.
Ancillary purchases are any additional services, such as baggage, meals, and paid seats, that your customers can purchase. Captures for ancillary purchases must be made separately from captures for ticket purchases.

Fields Specific to this Use Case

These API fields are required specifically for this use case.
Captures for ancillary purchases must include at least one ancillary field. For a list of the ancillary fields, see Ancillary Fields for Capturing an Authorization for an Ancillary Purchase.

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.
Back to top