#str_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/1352333622543384708
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there; ACH Direct Debit payments are not available for Stripe accounts located in Canada. See more about availability here: https://docs.stripe.com/payments/ach-direct-debit
We were informed that we had to create the customers and payment methods on the platform level. And when creating the setup intents we had to use the "on_behalf_of" parameter with the connected account id. So it's not possible to do that with ACH? But it is possible to do with other payment methods?
So you're saying the the platform is in Canada and you're trying to collect ACH DD payment method details using on_behalf_of (OBO)?
Yes, exactly
The "on_behalf_of" goes on the payment intent request actually. The setup intent does not seem to support that parameter.
Let me do some quick testing to find out if we would allow a SetupIntent OBO a connected account in the US to be created on a platform based in Canada
That link is not working for me
Apologies; fixed it
just a moment; need to start up a Canadian platform/US connected account
Okay so you would be able to create a SetupIntent (using on_behalf_of) as a platform in CA. The issue if you're trying to clone payment methods to multiple connected account is that the OBO account must be specified, which diminishes the utility of collecting payment methods at the platform level
However, this should work fine for cards, etc.