#Sapna Verma

1 messages · Page 1 of 1 (latest)

thin violetBOT
shrewd vessel
#

Are you using ACH Direct Debit?

drowsy raptor
#

yes

#

i am going to use that

#

also using financial connection comes free with Stripe Js or is there any cost for it.

shrewd vessel
#

I don't think there is a fee but you could clarify with our Support team

drowsy raptor
#

ok

shrewd vessel
drowsy raptor
#

grab its latest_invoice.payment_intent client_secret isnt linked to cards only?

#

can it be applied to ACH as well

shrewd vessel
#

I think it should. Why do you think it doesn't?

drowsy raptor
#

i havent read it anywhere that create subscrption api is to be called....i read that create payment method will work

shrewd vessel
drowsy raptor
#

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

shrewd vessel
#

subscription.latest_invoice.payment_intent.client_secret

drowsy raptor
#

and the confirming will be confirmPayment

#

or confirm Setup?

shrewd vessel
drowsy raptor
#

is it stripe.confirmUsBankAccountPayment

shrewd vessel
#

ah yes that's the second step! confirmUsBankAccountPayment

drowsy raptor
#

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

drowsy raptor
#

?

shrewd vessel
#

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();

thin violetBOT
drowsy raptor
#

Hi Ynnoj, do you have the flow of ACH debit .... where do financial connection come in?

worthy dock
#

What specific issue are you having?

drowsy raptor
#

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

worthy dock
drowsy raptor
#

yes exactly

worthy dock
#

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

drowsy raptor
#

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