post
https://sandbox-api.lemonway.fr/mb/ENV-NAME/directkitrest/v2/moneyins/ideal/init
You will need 3 integration points on your code:
- One call to Lemonway DirectKit API to init iDeal payment to credit the payment account
- One redirection from your website to the return URL by IDealInit
- One call to Lemonway DirectKit API to finalize the iDeal payment
To integrate iDEAL payments, you need three code integration points:
- Initialize the payment:
Call the Lemonway DirectKit API to start an iDEAL transaction and obtain the payment URL and transaction reference. - Redirect the user:
Send the customer’s browser to the iDEAL redirect URL, then have them return to your specified return URL once they complete or cancel the payment. - Finalize the transaction:
After the redirect, call the Lemonway DirectKit API to finalize the iDEAL payment and credit the user’s payment account.
Important: Whenever you see accountId in a path or body parameter, enter your wallet’s ID.
