#johan_docs

1 messages ยท Page 1 of 1 (latest)

ripe radishBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1367086792402141244

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

outer ingot
#

Can you share the SubscirptionId ?

dusky sundial
#

no subscription ID because it cannot be created yet since iDEAL is not available in the <PaymentElement />

outer ingot
dusky sundial
#

yes! I have it activated

#

it works for one time payments

outer ingot
#

If not, what guide you are following then?

dusky sundial
#

im not creating the subscription in that step yet. I create the subscription after the <PaymentElement /> renders, when the user presses the submit button then we create it

outer ingot
#

What guide you are following exactly ? Are you using the deferred flow ?

dusky sundial
#

so at that point we don't pass the client_secret to the <PaymentElement />

outer ingot
#

Sorry, but I need to understand what flow you are integration in order to better narrow the issue you are facing

dusky sundial
#

yes exactly!!

#

my bad I'm following that guide you shared above. the deferred one

#

so in our current integration that works fine for one time payments and for subscriptions that are paid by card

#

but with iDEAL it doesn't work for subscriptions

outer ingot
#

Can you inspect the network, and share the element session Id ?

#

Or do you have a test hosted website that I can use to test ?

dusky sundial
#

sure give me a min

outer ingot
#

Thanks for sharing, checking...

dusky sundial
#

thanks a lot, let me know ๐Ÿ™

outer ingot
#

That's why you are not seeing ideal

dusky sundial
#

oh wow interesting. I didn't know we had to enable the payment method for recurrent payments as well

#

do we have to do this for all connected accounts individually?

#

or can we set them all globally using the platform account?

outer ingot
dusky sundial
outer ingot
#

So the Custom account needs connect via their Stripe Dashboard to view this

outer ingot
dusky sundial
outer ingot
#

Sorry, I don't understand your follow up question.

#

The Connected Account needs to connect to their Stripe Dashboard

#

And enable ideal for recurring

dusky sundial
#

So every time I want to enable a new payment method to a connected account, I find their connected account id in our platform account and press the "View dashboard as PT Johan" then there I enabled iDEAL as payment method

#

but there it just enables it for one time payments and not recurrent payments correct?

#

how do I do this, do I have to do it for each connected account individually or globally from the platform account?

outer ingot
#

but there it just enables it for one time payments and not recurrent payments correct?
can you share a screenshot ?

#

You should see this when expanding iDeal

dusky sundial
outer ingot
dusky sundial
outer ingot
dusky sundial
#

but the account header is "acc_.." right?

outer ingot
#

yes

dusky sundial
#

do you get me?

#

where did you get the "pmc_.." from?

outer ingot
dusky sundial
#

okay! then?

outer ingot
#

You need to do these steps from the Connected Account's Stripe dashboard and not yours.

dusky sundial
#

nope that does not work

#

and when I select billing on the left panel, below payments it does nothing

outer ingot
#

Ah you are using the connected account's dashboard

dusky sundial
#

yes!

#

is there another way?

outer ingot
#

What I did is like using the login and password of the Connected Account and logged to their Dashbaord

dusky sundial
#

how do I do that? they're custom accounts

outer ingot
#

You can't.

dusky sundial
#

okay

outer ingot
#

What you can do is to use the Stripe API and list their PMCs

dusky sundial
#

I understand

dusky sundial
#

also from the first link you shared I enabled iDEAL but that still didn't work

outer ingot
#

It's still disabled

#

Have you changed the PMC of that Connected Account:
Now it's pmc_1PyGv9I59pLpXCHEI0VbkG7z

dusky sundial
#

how do I even change the PMC? I didn't know that was possible

#

also in the API you sent me, I don't think that will work because I need to pass the PMC of the connected account in order to enable iDEAL right?

#

how do I get the PMC? is it stored in the customer?

#

oh

outer ingot
outer ingot
#

I'm sharing the Connected Account's link and ids

#

You are using your platform Account Dashboard ๐Ÿ˜…

dusky sundial
#

yeah because I cannot access those connected accounts since they're custom right?

#

we have an access issue here, you can access but I can't and we're seeing different things

outer ingot
#

With Custom account, you need to use the API

dusky sundial
#

okay but there's a problem. if I use the stripe.paymentMethodConfigurations.list(); I can't specifically select an account to enable this payment method

#

say for example i want to enable iDEAL for an specific account. how do I do this?

outer ingot
#

You cann that API using the Stripe Connect Header

#

in order to list the PMCs of a given Connect Account

#

Otherwise you'll list your Platform 's PMC list

dusky sundial
#

ah yes you are correct!!

#

you are a freaking genious thanks for helping me

#

I'll start doing this through the API but just to double check this will 100% work if I enable it using the API right?

outer ingot
#

That should be working yeah. If you have any issue or still not working feel free to reachout again.

outer ingot
dusky sundial
#

no worries at all! glad it helped you

#

thanks so much for being patient and explaining everything to me

#

have a great day man. wish you all the best

#

actually paymentMethodConfigurations is not appearing on the stripe package we have installed

#

we're on v10

#

is this API from a newer version?

outer ingot
#

Yeah you should migrate the SDK you are using

dusky sundial
#

ah I see now

#

perfect! thanks man

outer ingot
#

Always happy to help!