#Arvind hariharan

1 messages · Page 1 of 1 (latest)

vocal crownBOT
edgy fiber
#

Hey there

#

How can I help?

sand dagger
#

Hi Do we have any external API for CollectBankAccountForPayment in stripe ACH?

edgy fiber
#

Hmm that is a Stripe.JS method. What do you mean exactly by "external API" here?

sand dagger
#

I mean similar to other API's like create payment intent and confirm payment intent

#

Actually i am writing unit test cases and since we create a paymentintent , collectBankAccountForPayment and confirmPaymentIntent

#

was checking if we have an API for collectinBankAccountPayment

#

so that it could be dynamic

edgy fiber
#

collectBankAccountForPayment is a frontend request versus creating a PaymentIntent is a server-side request

sand dagger
#

or else i need to mock the response of confirm payment intent

edgy fiber
#

Overall you should be mocking the responses here any ways

sand dagger
#

Okay so its a front end request only right

#

and we need to mock the response

#

just confirming

edgy fiber
#

Yep