#silvis_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ 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/1212108592472137798
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ 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. Thank you for your patience!
Hi, anyone that can help with this I am on a time crunch we have coded all the api end points and not sure what we are doing wrong
Thank you so very much in advance
Hello! The error is correct, you can't create a Charge directly using an ACH Debit Source. Also, these are all legacy APIs and not recommended for use if you're building something new. Can you tell me more about what you're trying to do?
My customer currently can purchase our product paying with a cc and we have it in production live with strip. Now we want to add the ach option. We are using plaid to make the connection to their bank account and credentials. Now we need to initiate the ach debit just like we do with cc.
strip says you can do ach debits with them just like credit card transactions. what i am doing wrong?
Can you share the link to the guide you're following?
Sounds like it might be this one? https://docs.stripe.com/ach-deprecated
That guide uses our newer APIs and does not involve creating Charges directly, nor does it involve Sources.
i have read there is deprecation however strip says i can do ach debits so does stripe not support it or i am using the wrong thing
Your request above is creating a Charge directly (deprecated) and using a Source src_ (also deprecated). See here: https://docs.stripe.com/payments/older-apis
which one should i be using? bottom line can I do ach debits with stripe? if so what api integration and settings should i be using
Yes, you can do ACH debits with Stripe. You should use our modern APIs to do so, not the legacy APIs and approach you're using now.
Have a look at the docs I linked above.
sorry which one is the documentation to the modern apis apologies i lost track of the correct one
you mean this link https://docs.stripe.com/payments/ach-debit has the modern APIs
Yeah, that's the current guide with the modern APIs.