From 2806a6fe8c2b8add0809ba6dfc6bb78c6cf94ade Mon Sep 17 00:00:00 2001 From: JesseSnnt Date: Wed, 12 Feb 2025 12:57:18 +0100 Subject: [PATCH] Docs 4531 (#3248) * DOCS-4531: Do not be redirected when preselecting iDeal * DOCS-4531: Do not be redirected when preselecting iDeal * DOCS-4531: Do not be redirected when preselecting iDeal * DOCS-4531: Do not be redirected when preselecting iDeal --- content/payment-methods/ideal.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/content/payment-methods/ideal.md b/content/payment-methods/ideal.md index 4134d8636..8b1c94088 100755 --- a/content/payment-methods/ideal.md +++ b/content/payment-methods/ideal.md @@ -148,13 +148,20 @@ iDEAL supports a number of Dutch <>: ## iDEAL redirection -For iDEAL redirect requests, the customer will be automatically redirected to the iDEAL payment page after clicking your payment link. You can disable this by adding the `show_pre` parameter and setting it to `true`. + +For iDEAL redirect requests, the customer will be automatically redirected to the iDEAL payment page after clicking your payment link. To disable this automatic redirection, you can modify the `payment_options` parameter of your payment request to include the following parameters: + #### Example ```json { "payment_options": { - "close_window": false + "close_window": false, + "gateway": { + "IDEAL": { + "show_pre": true + } + } }, "customer": { "locale": "en_US", @@ -165,11 +172,7 @@ For iDEAL redirect requests, the customer will be automatically redirected to th }, "days_active": 30, "seconds_active": 2592000, - "gateway": { - "IDEAL": { - "show_pre": true - } - }, + "gateway":"IDEAL", "type": "redirect", "order_id": "test-order-0001", "currency": "EUR",