# Our Flexible Payment Options

**Alternative Payments supports multiple payment methods so your customers can pay the way that works best for them.**

***

## Payment Methods Overview

| Payment Method                      | Type          | Availability       | Typical Fee Structure                                                     |
| ----------------------------------- | ------------- | ------------------ | ------------------------------------------------------------------------- |
| **ACH**                             | Bank transfer | United States      | Low flat fee or percentage; typically the lowest-cost option              |
| **PAD** (Pre-Authorized Debit)      | Bank transfer | Canada             | Low flat fee or percentage; Canadian equivalent of ACH                    |
| **EFT** (Electronic Funds Transfer) | Bank transfer | Canada             | Low flat fee or percentage; used interchangeably with PAD                 |
| **Credit Card**                     | Card payment  | US and Canada      | Percentage-based fee (typically 2.9%+); varies by card network            |
| **Debit Card**                      | Card payment  | US and Canada      | Lower percentage than credit cards; Interac Debit supported in Canada     |
| **Pay in Installments**             | Financing     | United States only | Customers split payments over time; partner receives full payment upfront |

## Credit Card Fee Handling

Credit card transactions incur processing fees. Alternative Payments gives you control over how these fees are handled:

* **Pass fees to the customer (surcharge)** -- The processing fee is added to the invoice total. The customer sees the surcharge as a separate line item. This is the most common configuration.
* **Absorb fees** -- You pay the processing fee. The customer pays only the invoice amount.
* **Exceptions** -- You can configure fee rules at the account level or per-customer to handle specific scenarios (e.g., absorb fees for certain customers while passing them to others).

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note:</strong> Credit card surcharging regulations vary by state and province. Some US states restrict or prohibit surcharges. Alternative Payments handles compliance automatically based on the customer's billing address.</p></div>

## Pay in Installments

Alternative Payments offers a proprietary [Pay in Installments](/payments-and-invoicing/bnpl-pay-in-installments/pay-in-installments-benefits.md) financing solution for US customers. Key details:

* Customers can split invoice payments into multiple installments over time.
* Partners receive the full invoice amount upfront -- there is no payment delay.
* Installment plans and terms are configured at the account level.
* Available for US customers only. Not available in Canada.

## Canada-Specific Notes

Canadian partners and customers should be aware of the following:

* **Credit card surcharge cap** -- Canadian regulations cap credit card surcharges at 2.4% of the transaction amount.
* **No Pay in Installments** -- The Pay in Installments financing option is not available for Canadian customers.
* **Quebec exclusion** -- Credit card surcharging is not permitted in the province of Quebec. Customers with Quebec billing addresses will not be charged a surcharge.
* **PAD/EFT processing** -- Canadian bank transfers use Pre-Authorized Debit (PAD) or Electronic Funds Transfer (EFT) rather than ACH.
* **Interac Debit** -- Interac Debit is supported as a payment method for Canadian customers.

## Configuring Available Payment Methods

You can control which payment methods are available to your customers from your partner dashboard settings. This allows you to:

* Enable or disable specific payment types (e.g., accept only ACH and credit card)
* Set default payment method preferences
* Configure fee rules for each payment type

Contact your Alternative Payments account manager or visit your dashboard settings to configure payment method availability.

## Related Articles

* [How to make invoice payments](/end-customer-faqs/end-customer-faqs/making-invoice-payments.md)
* [Pay in Installments benefits](/payments-and-invoicing/bnpl-pay-in-installments/pay-in-installments-benefits.md)
* [Customer payment methods](/payments-and-invoicing/payments-methods/customer-payment-methods.md)
* [Automatic email notifications](/automations/email-notifications-and-reminders/automatic-email-notifications.md)

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# Agent Instructions: 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:

```
GET https://help.alternativepayments.io/payments-and-invoicing/payments-methods/our-flexible-payment-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
