> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/getting-started/introduction-to-alternative-payments/countries-supported.md).

# Countries Supported

Alternative Payments currently supports partners in the **United States** and **Canada**.

***

### United States

U.S.-based partners have access to the full Alternative Payments platform. Supported payment methods include:

* **ACH (bank transfer)** - Free for customers
* **Credit and debit cards** - Processing fees apply
* **Pay in Installments** - Flexible financing that lets customers pay invoices over time

All transactions are processed in **USD**.

***

### Canada

Canadian partners operate entirely in **CAD**. Supported payment methods include:

* **Pre-Authorized Debit (PAD)** - The Canadian equivalent of ACH
* **Electronic Funds Transfer (EFT)**
* **Credit and debit cards**

The following features are **not** currently available for Canadian partners:

* Pay in Installments
* Buy Now, Pay Later (BNPL)
* Collections

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Regional restriction:</strong> Quebec is not currently supported due to additional provincial consumer protection and language requirements. Partners with customers in Quebec should contact their account executive for guidance.</p></div>

  For more details on operating in Canada, see [Using Alternative Payments in Canada](/getting-started/using-alternative-payments-in-canada.md).

***

### International Credit Card Processing

Alternative Payments supports processing transactions from major international credit cards. Partners based in the U.S. or Canada can accept credit card payments from customers located outside of North America, subject to standard processing fees.

{% hint style="info" %}
International credit card processing is limited to card payments only. ACH, PAD, EFT, and financing options are not available for international transactions.
{% endhint %}


---

# 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://help.alternativepayments.io/getting-started/introduction-to-alternative-payments/countries-supported.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.
