#johnm-balance-sourcetype
1 messages · Page 1 of 1 (latest)
johnm-balance-sourcetype
@vocal hemlock first off how do you handle ACH payments? Are you using the legacy Charge API or PaymentIntent + us_bank_account PaymentMethod?
we are using the legacy charge api for ach
okay so yes in that case you have 2 separate sub-balances and https://stripe.com/docs/api/balance/balance_object is where you'll find all the information about each
At the time I wrote this, the paymentIntent did not support us_bank_account.
IF I were to change and start using the paymentIntent for ach, would that change where the balance is stored ?
yes, the newer integration can mix the card and ACH funds together so you'd have just one balance
Perfect !!. Thanks. This has been very confusing.
yeah, we're always wanted to "mix" the balances but it was impossible for compliance reasons for many years. When we rebuilt that part of the API we were able to change some of the requirements which makes this a lot easier now
now, got another question related to that. We transfer these payments to connected accounts. The transfer requires I give a source type. Will I still need to provide a source type once I get everything converted over to use a payment intent versus traditional charge api ?
not for new payments, so once you have fully migrated and all the existing balance is the card balance you won't need this anymore