Initialize iDeal Payment

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:

  1. Initialize the payment:
    Call the Lemonway DirectKit API to start an iDEAL transaction and obtain the payment URL and transaction reference.
  2. 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.
  3. 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.

Language
Click Try It! to start a request and see the response here!