#kuklyy-ideal-future-payment
1 messages · Page 1 of 1 (latest)
Hey!
Are you using Billing, or your are you handling recurring payments on your own and you just want to configure the iDEAL payment method?
We want to use subsctiptions API https://stripe.com/docs/api/subscriptions.
Got it
You generally shouldn't be using Sources, no
You'll want to look at this guide; https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
There's no specific callout to SEPA/iDEAL, but the Payment Element supports those payment types
Okey, thanks. I will dig into it and reach you if I got further questions.
Sure, here to help!
One more quick question. With this solution we can get users "payment method" and save for later use with subscriptions without any 0.01 EUR verification transfers?
We want to use users Bank Account with iDeal/SEPA. We dont want a credit card solution.
That UI elements support those payment methods too. The options available to your customer will reflect the types you enable on the subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Your customers will likely need to complete 3DS/auth to approve the recurring payments, but this won't be a verification transfer no