#nicolas-paymentintent-achct
1 messages · Page 1 of 1 (latest)
Hi 👋 I don't believe Payment Intents support that type of payment yet. Do you run into problems when you try to use charges as the guide instructs?
I didn't start the implementation. I was reading the documentation first to understand the proper way to implement it.
So you mean that Wire transfers only works with Stripe V1 charges?
That's correct.
Is there an ETA for ACH Credit support with Payments Intents?
Which is the main difference between Bank Transfer and ACH Credit?
Because I saw in the stripe documentation this https://stripe.com/docs/payments/bank-transfers/accept-a-payment?platform=api#web-complete-bank-transfer
And that seems to work with intents
I'm not sure, I think our Support team may be more familiar with that if there is one.
https://support.stripe.com/?contact=true
The countries where they are supported. ACH Credit Transfers are unique to US-based Stripe accounts, similarly the Bank Transfer methods shown in that guide are each unique to their corresponding country/region.
You have a good point there. Bank transfers API doesn't seem to support USA. Based on this, it seems that the only way to receive funds via bank transfer would be by "Credit Transfers (sources)" which uses the legacy charges API.
Just to clarify, you are explicitly looking for push-based bank transfer payment methods like ACH Credit Transfers? You're not currently looking into accepting ACH Debits (pull-based)?
Yes, exactly. ACH Credit Transfers
Gotcha, thank you for that clarification, then yeah ACH Credit Transfers on sources/charges seems like the best fit we have.
Based on your first comment, would it be safe to assume that eventually payments intents would support ACH Credit?
I'm not sure
Okay! Thanks for the information!