#madeline_best-practices

1 messages ¡ Page 1 of 1 (latest)

brazen raptorBOT
#

👋 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.

crimson nest
#

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.

quiet frigate
#

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?

crimson nest
#

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

quiet frigate
#

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.

crimson nest
#

That is the docs about migrating to the newer ACH integration from the Charges API