#balanskliniek-payments-ideal

1 messages · Page 1 of 1 (latest)

lavish scarabBOT
steep gull
#

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

acoustic solar
#
 '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',
                    ],
                ],
            ],

        ],
    ],
steep gull
#

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 😦

acoustic solar
#

ok but is it possible to checkout on a subscription with ideal as payment method at all?

steep gull
#

My assumption is that their code explicitly sets the list of payment methods to use and ignores completely what you configure in the Dashboard

acoustic solar
#

ok, so it should be possible to start a subscription with ideal

steep gull
#

yes it's possible to do Checkout + ideal + Subscription. It works fine for me

acoustic solar
#

do you have an example?

steep gull
#

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

acoustic solar
#

ok

#

let me see

steep gull
#

do you have an example Checkout Session id I can look at?

acoustic solar
#

this one?

acoustic solar
#

thanks so far

steep gull
#

it's all in another language so I don't know and I don't know much about the Dashboard

#

Do you have an example Checkout Session id? Like cs_test_123?