> For the complete documentation index, see [llms.txt](https://docs.venditan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.venditan.com/docs/sell-internationally/pricing-payments-and-tax.md).

# Pricing, Payments & Tax

***

### Automatic multi-currency pricing adjustments

Input product prices in your native currency (GBP), and Venditan Commerce will automatically adjust them to different currencies using daily updated exchange rates.

When customers select their location, your products’ prices are automatically displayed in their local currency.

You can then set **Rounding Rules** to ensure consistent pricing, such as rounding to the nearest whole number or ending each price with a .99.

***

### Setup your accepted Currencies

Configure the Currencies you accept directly within Venditan Commerce.

For each currency, you can specify:

* **Name**: The currency's name (e.g., US Dollar, Euro).
* **ISO 3 Code**: The standard three-letter currency code (e.g., USD, EUR).
* **Symbol**: The symbol used for the currency (e.g., $, €).
* **Current Exchange Rate**: Automatically updated via a feed provided by Venditan Commerce.

***

### Offer international Payment Types

Venditan Commerce is integrated with **Global Payments** to handle international transactions securely and efficiently.

Global Payments can enable country-specific payment options, such as popular e-wallets, bank transfers, and local card schemes.

***

### Manage Tax Rates for Countries or Regions

Venditan Commerce simplifies the complexity of tax management by enabling the setup of **Tax Rules** tailored to your delivery destinations, amongst a wide range of other criteria.

It can support highly configured tax rates for each country you sell to, ensuring compliance with local regulations.

{% hint style="info" %}
Learn more: [Taxes](/docs/product-information-management-pim/taxes.md)
{% endhint %}

***

### Support for Import One-Stop-Shop (IOSS) Scheme

If enabled, Venditan Commerce supports VAT charging under the IOSS scheme, this means orders to EU member states will have VAT added automatically only if the order total is below the IOSS threshold of 150 EUR. If the order is above that threshold, then VAT won't be added to the order.

***

### :electric\_plug: Integration: Use Avalara for advanced international Tax Rules

Venditan Commerce is integrated with Avalara, a leading third-party tax management solution, used to handle complex international tax regulations.

Avalara allows us to automate the entire tax calculation process, ensuring accuracy and compliance across multiple jurisdictions where the rates can be highly variable, e.g. Across the United States of America.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.venditan.com/docs/sell-internationally/pricing-payments-and-tax.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
