New payment attempt (retry)
Some orders are not accepted simply because the Buyer makes a mistake when entering their card number. In this case, the payment is rejected, and very often the Buyer abandons their cart. This situation is detrimental for the Merchant as he or she loses the Buyer's order.
In case of rejected payment, the retry option allows the Merchant to immediately offer their client to redo the payment on the same page, which simplifies the Buyer's journey and significantly increases the conversion rate.
By default, the retry is set to "1", which means that the Buyer can make 2 payment attempts.
When the Buyer reaches the maximum number of authorized payment attempts, a message appears on the page to inform them about it and the fields can no longer be filled.
The merchant can also choose to redirect the buyer to a specific page. To do this, in the JavaScript Client initialization settings, simply set the kr-post-url-refused field to the URL of the desired return page to the store.
How to change the number of authorized payment attempts?
{ "amount": 990, "currency": "EUR", "transactionOptions": { "cardOptions": { "retry": 1 } }