REST API | Visa Platform Connect

Captures with Foreign Merchants

Visa mandates marketplaces identify domestic marketplace transactions where the marketplace and issuer are in the same country, but the retailer is in a different country. For marketplaces in the European Economic Area (EEA) and the UK (and Gibraltar), this includes transactions where the marketplace and the issuer are within the EEA, UK, and Gibraltar, but the retailer is not located within the EEA, UK, and Gibraltar. This is flagged using the Foreign Retail Indicator (FRI).
When you include the
merchantInformation.merchantDescriptor.country
and
aggregatorInformation.subMerchant.country
fields and the merchant and submerchant are located in separate locations, within the capture request, the transaction includes the foreign retail indicator flag.
If you include the
merchantInformation.merchantDescriptor.country
and
aggregatorInformation.subMerchant.country
fields in both an authorization request and a capture request, the information set in the capture request will override the information in the authorization request.

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.