Contents

supportedCountries

A list of ISO 3166 country codes to limit payments to cards from specific countries or regions.

Declaration

var supportedCountries: Set<String>? { get set }

Discussion

Use the list of supported countries or regions to limit payments to cards that were issued in specific countries or regions. For example, debit cards may expect transactions only in the country or region where the card was issued. Indicate the supported countries or regions by using ISO 3166 country codes.

The supported countries or regions list does not affect the currency used for the transaction.

See Also

Setting currency and region information