#sam_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/1348781734904205415
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Can you link me to the documentation you're using?
Also, can you give me the ID of the request showing that error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
It sounds like you're using this, which is a legacy and deprecated approach that shouldn't be used to build anything new: https://docs.stripe.com/ach-deprecated
Yeah we noticed it was deprecated, so it sounds like we should start our new development work using the payment intent APIs instead, between the stripe:plaid integration?
Yeah, to be clear our current/modern approach doesn't use Plaid at all.
That approach is here: https://docs.stripe.com/payments/ach-direct-debit
Instead of Plaid we use Stripe Financial Connections for instant verification of ACH accounts.
Is it posible to still leverage plaid for this integration? We've onboarded with plaid to work with our other integrations, other than stripe, so it would be nice to maintain that same auth/layer for our customers
No. We don't have any modern or recommened approach which uses Plaid today. If you want to use Plaid I recommend you work with them to build the appropriate integration according to their guidance.
The Plaid documentation indicated, that we would need to be allowlisted/manually enabled to use the payment intent APIs?
To use Plaid with the Payment Intents API, you will need to contact Stripe to request a manual exception.
Yeah, that sounds right. You would need to contact Stripe support in that case: https://support.stripe.com/contact
gotcha thanks!