CountrySpecs
Columns
Name
Type
References
Description
Id [KEY]
String
The ISO Country code for this country.
SupportedBankAccountCurrenciesAggregate
String
Currencies that can be accepted in the specific country.
SupportedPaymentCurrenciesAggregate
String
Currencies that can be accepted in the specified country.
SupportedPaymentMethodsAggregate
String
Payment methods available in the specified country. You will need to enable BitCoin and ACH payments on your account for those methods to appear in this list.
VerificationFieldsAggregate
String
Lists the types of verification data needed to keep an account open. Includes 'minimum' fields, which every account must eventually provide, as well as additional fields, which are only required for some merchants.
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
AccountId
String
The Id of the connected account to get country specs for
Last updated