#Ignacio Castro
1 messages · Page 1 of 1 (latest)
Hello 👋
Are you using this guide for the implementation?
https://stripe.com/docs/sources/ach-credit-transfer
If so, I don't think it uses PaymentMethods API. You'd likely want to use Sources API instead
LMK if you're following a diff guide
@stuck tide let's chat here
The guide use Sources class and not PaymentMethod
Considering the steps of this guide, I have a doubt, when the invoice is created the payment is automatically processed or do I necessarily have to invoke the ChargeService api?
Ah for the invoice you don't need to create a charge, as soon as the funds are pushed the invoice would reconcile