# Accept iDEAL payments (/platforms/checkout/apm/ideal)



iDEAL is a payment method in the Netherlands, enabling buyers to select their issuing bank from a provided list. The buyer experience varies depending on the bank they choose once they are redirected to the issuing bank's platform.

| Countries          | Payment type  | Payment flow | Currencies | Minimum amount | Refunds         |
| ------------------ | ------------- | ------------ | ---------- | -------------- | --------------- |
| Netherlands (`NL`) | bank redirect | redirect     | `EUR`      | 0.01 `EUR`     | Within 180 days |

## How it works [#how-it-works]

<img src="https://www.paypalobjects.com/ppdevdocs/img/docs/apm/unbranded-flow.svg" alt="Alternative,payment,methods,diagram" />

1. Your checkout page offers alternative payment methods.
2. The buyer enters their personal details and selects an alternative payment method from your checkout page.
3. The buyer is redirected to their selected issuing bank to confirm the purchase.
4. The buyer authorizes and completes the payment.
5. The buyer returns to your website to see the confirmation of the purchase.
6. The merchant completes the payment process. PayPal transfers the funds to the merchant, and the transaction shows up in your PayPal account with the buyer's chosen payment method.

## Eligibility [#eligibility]

* Available to merchants globally (excluding Russia, Japan, and Brazil).
* Billing agreements, multiple seller payments, and shipping callbacks are not supported.
* Only supports order capture (order authorization is not supported). See [authorised and captured payments](/api/nvp-soap/paypal-payments-pro/integration-guide/authorizations) for details.
* Chargebacks are not supported.
* Transactions must be online purchases (buy online, pay in-store is not supported).

## Onboard a merchant for iDEAL payments [#onboard-a-merchant-for-ideal-payments]

For merchants operating in countries such as:
`AT`, `AU`, `BE`, `BG`, `CA`, `CY`, `CZ`, `C2`, `DE`, `DK`, `EE`, `ES`, `FI`, `FR`, `GR`, `HU`, `IE`, `IT`, `LI`, `LT`, `LU`, `LV`, `MT`, `NL`, `NO`, `PL`, `PT`, `RO`, `SE`, `SI`, `SK`, `UK`, and `US`  follow these steps to onboard them for iDEAL payments:

* **Step 1:** The merchant must complete [production onboarding](https://www.paypal.com/bizsignup/add-product?product=iDEAL\&capabilities=IDEAL) to process iDEAL payments with their PayPal account. For more details, refer [here](https://paypal.com/businessmanage/account/payments).
* **Step 2:** Merchants can check their onboarding status directly in their [PayPal account.](https://paypal.com/businessmanage/account/payments)

> **Info:** **Note:** Partners can streamline merchant onboarding using the Integrated Sign-Up (ISU) flow by following these steps:
>
> 1. Send an API call to the [Partner Referral API](/api/partner-referrals/v2).
> 2. Pass iDEAL in the `products` array and skip the `capabilities` array to ensure the request works perfectly.

For merchants outside the listed countries, offline onboarding is required.

* **Step 1:** The merchant must complete the [Critical Infrastructure Protection (CIP)](/api/rest/reference/info-security-guidelines/) process using their PayPal account.
* **Step 2:** Enable iDEAL for the merchant by coordinating with your Customer Success Manager or Sales team representative.

> **Warning:** **Important:** Ensure that the merchant includes their website URL in their PayPal account during this process.

## Integration methods [#integration-methods]

> **Info:** ### JavaScript SDK [#javascript-sdk]
>
> Use PayPal-hosted UI components called payment fields to collect payment information for alternative payment methods.
>
> [Integrate using JS SDK](/platforms/checkout/apm/ideal/js-sdk/)

> **Info:** ### Orders REST API [#orders-rest-api]
>
> Integrate directly using the Orders API for a fully customised checkout experience.
>
> [Integrate using Orders API](/platforms/checkout/apm/ideal/orders-api/)
