#keithm-ach
1 messages · Page 1 of 1 (latest)
that request doesn't really interact with your connected account in any way so that seems expected
like that request is your IE platform using its API keys to process a payment directly, it's not happening via a Direct Charge(https://stripe.com/docs/connect/direct-charges) on the US account, or a Destination Charge using on_behalf_of(https://stripe.com/docs/connect/destination-charges#settlement-merchant), which are the configurations that would allow for that.
ah perfect thank you, we had a bug which meant we weren't passing the account id
will fix and retest
that all works - thank you so much as always
great!
A question we have though sorry, can ACH be used for subscriptions?
yes! though it's not really directly documented anywhere
I also would personally not integrate ACH using the current approach if you can avoid it, since it's legacy and is going to be relaunched in the near future(I can't share the timeline) on the new PaymentIntent APIs etc and will be much easier to work with