#borodatuj-igor_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/1225398173162274897
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- borodatuj-igor_api, 1 day ago, 33 messages
hi! you mean like in the frontend? can you be more specific please and show the exact code and object you're looking at.
seti_1P1nuXPupDHVwAEjpX9aMgtT , after use collectBankAccountForSetup SetupIntent there is no customer field
that's expected really, Customer is a backend object, you can't do anything with it on the frontend anyway.
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?
when you say it 'fails', what does that mean? do you have a specific error message?
no error message. a paymentMethod is created without linking to a customer, although there is a customer field in the Setupintent
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
collectBankAccountForSetup and submit
remember you have to confirm the SetupIntent after it collects the bank account https://docs.stripe.com/payments/ach-debit/set-up-payment?platform=web&payment-ui=direct-api#web-collect-mandate-and-submit
sure but where does your code call confirmUsBankAccountSetup afterwards? ๐ if you don't do that the SetupIntent never finishes and nothing is saved to the Customer object.
