Get country settings
Endpoint: GET /v10/country-settings
This endpoint will fetch a list of all country settings in the account.
Data of response
Parameter | Required | Default | Description |
---|---|---|---|
settings.* | Yes | An array of object country setting |
Country setting
Parameter | Required | Default | Description |
---|---|---|---|
country | Yes | The country code of the country | |
bank_account_id | null | The default bank account to be used for invoices in this country | |
currency | null | The currency to use for orders in this country | |
incoterms | null | The default incoterms to be used for orders in this country | |
payment_term_id | null | The default payment terms to be used for invoices in this country | |
vat | null | The VAT rate to use for orders in this country (B2B orders) | |
vat_b2c | null | The VAT rate to use for orders in this country (B2C orders) | |
created_at | Yes | ||
updated_at | Yes |