RestrictedPaymentCountries

  • RestrictedPaymentCountries defines countries where payment methods must be registered in the same country as the purchase.

  • The regionCodes field is a required list of string region codes following ISO 3166-2 format.

  • If the regionCodes list is empty, no payment location restrictions are applied.

Countries where the purchase of this product is restricted to payment methods registered in the same country. If empty, no payment location restrictions are imposed.

JSON representation
{
  "regionCodes": [
    string
  ]
}
Fields
regionCodes[]

string

Required. Region codes to impose payment restrictions on, as defined by ISO 3166-2, e.g. "US".