#benparr64_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1355247738408669447
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Second screenshot is where im having the issues, this code is not correct and cant find the docs
Hi, we document this here: https://docs.stripe.com/connect/payouts-bank-accounts?bank-account-collection-integration=direct-api&bank-account-collection-method=financial-connections
I'm unsure what you're referring to with CustomerPaymentSourceCreateOptions
I think what you're looking for is on this document, let me know what questions you have after reviewing it.
Great thanks, I will review and come back if I have more questions ๐
Sounds good
I have followed above integration guide as per screenshot. However i am getting 404 when this is called . Any advice?
Also, is this flow availabled for UK bank accounts?
It should be
Can you share the request id
You're not passing a connect account id anywhere in any of these requests are you?
Like you didn't specify one in the setup intent creation request, right?
So i am doing this on server... and then using intent.ClientSecret
also here request_surface_id: 3a9f22a3-88d1-4a4f-ab4c-398444a42bc9
Not sure what that id is
But a 404 means we can't find the setupintent with that id on the account
So my hunch is either you're passing a connect account id somewhere where you shouldn't
Or your secret key belongs to a different account than your publishable key
ahh okay thanks let me look into this then ๐
amazing its working!!
Nice! Glad to see that you got it working!
We support multiple payment method types for the UK. For example Bacs Direct Debit is supported [0]. I recommend reviewing our docs to determine which payment methods you will like to accept.
[0] https://docs.stripe.com/payments/payment-methods/bacs-debit
great thanks so much
Sure no problem