#balanskliniek-payments-ideal
1 messages · Page 1 of 1 (latest)
balanskliniek-payments-ideal
@acoustic solar hello! There are numerous ways to integrate our products and APIs so we'd need to know exactly how your integrate really. You said "in the checkout" and we have a product called Checkout: https://stripe.com/docs/payments/checkout so do you mean that? Or something else?
Mostly we need you to explain what you're doing with your code so we can help
we are using https://spark.laravel.com/docs/4.x/introduction.html. i found out it uses the api to setup a checkout with a redirect to the checkout.
'billables' => [
'user' => [
'model' => User::class,
'default_interval' => 'monthly',
'plans' => [
[
'name' => 'Balanskliniek Abonnement Standaard',
'short_description' => 'Balanskliniek Abonnement Standaard.',
'monthly_id' => 'price_1NJa6fFRvKj490QW3lS8gVHx',
'yearly_id' => 'price_1NJa6zFRvKj490QWg5iAdT52',
'features' => [
'Profiel voor jou en je bedrijf',
'Officieel lid van de Balanskliniek',
],
],
],
],
],
that's just a third-party doc
and that code is unrelated to our real API, it's their own abstraction
Sorry for being annoying, but I can't really learn an entire third-party abstraction on my own like this 😦
ok but is it possible to checkout on a subscription with ideal as payment method at all?
My assumption is that their code explicitly sets the list of payment methods to use and ignores completely what you configure in the Dashboard
ok, so it should be possible to start a subscription with ideal
yes it's possible to do Checkout + ideal + Subscription. It works fine for me
do you have an example?
you need to
1/ enable ideal + recurring payments
2/ enable SEPA Debit
3/ Make sure your code or their code enables it properly
there's no "one example" since there are many ways to integrate
do you have an example Checkout Session id I can look at?
this one?
let me first make sure everythig is set up right...
thanks so far