#Sapna Verma
1 messages · Page 1 of 1 (latest)
Are you using ACH Direct Debit?
yes
i am going to use that
also using financial connection comes free with Stripe Js or is there any cost for it.
I don't think there is a fee but you could clarify with our Support team
ok
For ACH Direct Debit please follow this guide: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API, but instead of creating a PaymentIntent, you create a Subscription and grab its latest_invoice.payment_intentclient_secret
grab its latest_invoice.payment_intent client_secret isnt linked to cards only?
can it be applied to ACH as well
I think it should. Why do you think it doesn't?
i havent read it anywhere that create subscrption api is to be called....i read that create payment method will work
Refer to this example: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#create-subscription
i see that subscription api has the parameter in payment method for us_bank_account...so it shoudl work
ok, i will go through this
subscription.latest_invoice.payment_intent.client_secret
no, it should be collectBankAccountForPayment per this ACH doc
is it stripe.confirmUsBankAccountPayment
ah yes that's the second step! confirmUsBankAccountPayment
please bear with me.... , will the mandate showing comes automatically after collectBankAccountForPayment
or using Financial connections perform the mandate thing...could u please define the flow of the ACH system
like this subscription.latest_invoice.payment_intent.client_secret
then collectBankAccountForPayment
and then stripe.confirmUsBankAccountPayment
where do financial connection come
?
Hi, I am reading this myself, gimme a few mins
Um I think this part would display the mandate automatically
// We collected an account - possibly instantly verified, but possibly
// manually-entered. Display payment method details and mandate text
// to the customer and confirm the intent once they accept
// the mandate.
confirmationForm.show();
Hi Ynnoj, do you have the flow of ACH debit .... where do financial connection come in?
Not sure I understand the question. It's an API/product that helps facilitate ACH payments by allowing your customers to provide and verify their banking credentials: https://stripe.com/docs/financial-connections/use-cases#optimize-ach-direct-debit
What specific issue are you having?
is there any difference using trials or not as in using card PM
I am creating the use cases for implementing Stripe at my company
just looking for clarity..some work for the use of the developer
Not sure I understand. Are you asking whether there's any difference in the ACH flow depending on whether there's a trial?
yes exactly
Nope, no different the ACH flow via Financial Connections would be the same. The only difference is that it'd be with a Setup Intent as opposed to a Payment Intent. But that is true for all PMs with a free trial
is it the same by calling SetUp intent and payment intent...but there is just one method -collectBankAccountForPayment
and then stripe.confirmUsBankAccountPayment.....not two like confirmsetup or confirmPayment
if there is no trial then?
i have both the types ...a trial and no trial