Yes, a customer can start a subscription with an iDEAL payment. The important distinction is that iDEAL confirms the first payment; it does not repeat that checkout every month. In an eligible Mollie recurring flow, the first payment records consent and establishes the mandate used for later recurring charges, commonly through SEPA Direct Debit.
This guide is for Dutch service businesses, membership operators and hosting providers that want to send one subscription link instead of asking a customer to complete a separate payment and mandate form.
The First-Payment State Map
| Stage | Customer action | Payment record | Subscription state |
|---|---|---|---|
| Link opened | Reviews price, interval and terms | None yet | Not active |
| First payment started | Chooses an eligible method such as iDEAL | Mollie payment with first sequence | Pending payment and mandate |
| Payment confirmed | Returns from the bank and payment settles | Paid transaction; mandate becomes available | Activate only after confirmed status |
| Renewal date | No new iDEAL checkout | Eligible recurring charge uses the mandate | Remains active if collection succeeds |
| Mandate invalid or revoked | Customer must consent again | Do not keep retrying blindly | Needs payment-method action |
The separation matters. A successful browser redirect is not proof that the payment settled or that a usable mandate exists. Activation should follow the confirmed provider state.
Worked Example: €19 per Month
Suppose an IT provider sells a maintenance plan for €19 per month.
- The provider creates a recurring product priced at €19 every month.
- PayRequest produces one hosted product link.
- The customer opens the link, sees the €19 price and monthly interval, and completes the first payment.
- Mollie processes that payment as the consent-establishing first payment.
- After confirmation, PayRequest links the customer, transaction, mandate and subscription.
- The next €19 term is collected through the eligible recurring method without asking the customer to complete iDEAL again.
Mollie's recurring-payments guide says the first payment asks for consent using the account or card that will support future charges. Its mandates documentation explains that a mandate can be created automatically from that first-payment flow.
What the Customer Must See Before Paying
Show the amount due now, renewal amount, interval, merchant identity, service or access included, next-charge timing, minimum term where applicable, cancellation route and what happens after a failed payment. Do not describe the checkout as a one-off €19 purchase if it authorizes monthly collection.
For a fixed monthly plan, the first charge can be the real first €19 term. A small verification payment is useful for a free trial or a separately created mandate, but it is not necessary when the customer should pay the first full term immediately.
Which Records Should an Admin Verify?
Use four separate checks:
- Customer: correct tenant, name and email.
- Transaction: confirmed paid amount and timestamp; this is the payment truth.
- Mandate: available and valid for the intended recurring method.
- Subscription: product, interval, next billing date and active status agree with the first three records.
If any record is missing, keep the subscription pending rather than granting paid access or scheduling an unsupported debit.
Common Mistakes
Calling iDEAL itself recurring. The customer does not approve a fresh iDEAL payment every month. The first checkout establishes consent for later eligible recurring collection.
Activating on redirect. Customers can close the browser or return before a provider webhook finishes. Use the confirmed payment status.
Charging the first term twice. Decide whether €19 is the first service term or only verification. The next billing date must follow that decision.
Reusing an ordinary one-off link. Sharing the same payment link monthly still requires customer action each time. A recurring product has a schedule and mandate lifecycle.
Hiding renewal terms. Clear consent requires the buyer to understand the recurring commitment before paying.
Create the Flow in PayRequest
Connect an eligible Mollie account, create a subscription product, set the amount and interval, then share its hosted payment link. The customer completes one first-payment checkout; PayRequest provides the admin subscription dashboard for the resulting plan, payments and status.
Use the PayRequest subscription dashboard to manage the plan, the Mollie billing integration for provider collection, and the customer billing portal for customer self-service.
The practical rule is simple: iDEAL can start the subscription, while the mandate enables eligible renewals after the first payment is confirmed.
