iDEAL Payments

Pay by iDEAL

iDEAL payments let your end-users make direct payments to your Lemonway account using a linked banking scheme platform.

The iDEAL scheme has several Issuers (participating banks) that make online payments easy. The following banks are scheme participants:

  • ABN AMRO
  • ASN Bank
  • bunq
  • ING
  • Knab
  • Rabobank
  • RegioBank
  • Revolut
  • SNS
  • Triodos Bank
  • Van Lanschot

📘

In the API body you must specify the participating issuerId to make a payment. These ids are specified in the Initialize iDeal Payment

How does it work?

  1. The end-user selects to pay by iDEAL at the checkout from your platform.

  2. The Lemonway API Initialize iDeal Payment is called. This call requires key information for example IssuerId and returnURL in the request body.

  3. In the API response, Lemonway provides an actionURL for you to redirect your end-users to continue their payment on the iDEAL platform.

  4. The end-user uses the iDEAL platform to enter their bank credentials and complete the process. Once your client has finalized their payment, they will be redirected to the return URL that you specified in the API body. You must add a unique ID to your specified returnURL. This is so you can associate the end-users transaction.

  5. To finalize the payment you need to call Finalization of the iDeal Payment

📘

Note

You can only call this method once.

  1. You will be notified after the payment is settled

Payment Flow

IDEAL

Example Lemonway API Body Input

{
  "returnUrl": "https://www.yoursite.com/payment_return.php/?id=367GBD",
  "issuerId": "161",
  "reference": "Dze8778",
  "accountId": "33612345678",
  "totalAmount": 1500,
  "commissionAmount": 100,
  "comment": "Order number 2457765AX2",
  "autoCommission": false
}

Response Example:

{
  "id": 589,
  "actionUrl": "https://gateway.cardgateplus.com/simulator/?return_url=http://localhost/test/3DS2.php&ec=2647565"
}

Refund an iDeal Transaction in the Dashboard

  1. From the Dashboard, click Transactions. A menu unfolds.
  2. Click All.
  3. Search for the transaction ID in the first column.
  4. Click the ID number.
  5. On the Transaction details page, click Refund.
  6. Enter the total or partial amount to be refunded, then enter your password for confirmation.
  7. Click Send.

📘

Refunds

For payments made by IDEAL, reimbursement is only possible within 99 days from the initial payment.