#madeline_best-practices
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/1329555115245437072
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
The bank_account source type is due to being on our legacy ACH bank accounts + Charges integation.
If you want to save yourself some headache then you could migrate to the newer ACH integration (US Bank Account) which stores the balance in the same source type as card and other payment method types.
Otherwise, you'll need to check the source type and transfer accordingly.
To clarify, On the newer integration the balance would all be under card? And if I issue the transfer without specifying source type they would all continue to pull from the same source? And alternatively if I stay with our current approach I need to check the source type do you mean to match where they payment came from or check the balance and use whatever is positive and available?
To clarify, On the newer integration the balance would all be under card? And if I issue the transfer without specifying source type they would all continue to pull from the same source?
Yes
And alternatively if I stay with our current approach I need to check the source type do you mean to match where they payment came from or check the balance and use whatever is positive and available?
The latter
You'll have to ensure the balance you are attempting to Transfer has sufficient available funds on your current implementation
Right that makes sense. We were confused why we had to specify the source if it does not really matter since it is all in the same over all balance.
Is there documentation about the new ACH integration? I think this was the documentation we followed for our initial implementation: https://docs.stripe.com/api/transfers/create#create_transfer-source_type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.