FeatureScope
Scope applicable for certain embedded wallet feature. Used to scope enabled features. Not applicable for disabled features.
countryCodeCountryCode (string)required
ISO-3166 Alpha 2
Possible values: >= 2 characters
and <= 2 characters
Example:
GB
statesstring[]
USPS State Abbreviations.
Possible values: >= 2 characters
and <= 2 characters
FeatureScope
{
"countryCode": "GB",
"states": [
"AL"
]
}