#borodatuj-igor_api

1 messages ยท Page 1 of 1 (latest)

rare tokenBOT
#

๐Ÿ‘‹ 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/1225398173162274897

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

twin brookBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

midnight idol
#

hi! you mean like in the frontend? can you be more specific please and show the exact code and object you're looking at.

celest pawn
#

seti_1P1nuXPupDHVwAEjpX9aMgtT , after use collectBankAccountForSetup SetupIntent there is no customer field

midnight idol
#

that's expected really, Customer is a backend object, you can't do anything with it on the frontend anyway.

celest pawn
#

OK. when adding a card, there is no such problem - a setupintent is created and a payment method is created for this customer. Why does the connection with the customer fail when adding a "us_bank_account" setupintent?

midnight idol
#

when you say it 'fails', what does that mean? do you have a specific error message?

celest pawn
#

no error message. a paymentMethod is created without linking to a customer, although there is a customer field in the Setupintent

midnight idol
#

and seti_1P1nuXPupDHVwAEjpX9aMgtT is an example of where that happened?

#

because to be clear, from what I see that SetupIntent was never completed or confirmSetup called, I see no logs except the one for creating the object

celest pawn
#

collectBankAccountForSetup and submit

midnight idol
midnight idol
celest pawn
#

oops...get it now....thanks for the explanation. I actually thought that would be enough.