#Vijay-ACH

1 messages · Page 1 of 1 (latest)

upper sail
stone girder
#

Thanks for responding Soma,
But this document is quite confusing to me...
I've been looking this document for 3-4 days back.

Can I get the steps or API names please?
It'll be more easy for me.

upper sail
#

Happy ot help! Where exactly are you having issues? And which integration are you using (customer payment form, prebuild Checkout page, etc)?

stone girder
upper sail
#

So did you manage to creat the setupintent on the backend?

stone girder
#

Yes

upper sail
#

Great! Next step is get the client_secret from the SetupIntent, send it to the frontend, and use Payment Element to collect payment details.

stone girder
#

Yeah I tried this one too... will try again come back to you

#

Thanks

upper sail
#

Yes we recommend using Checkout Session because it's simpler to use.

stone girder
#

Oh You mean by only this page, I can implement the ACH?

upper sail
#

I'm not sure I understand your question. You can save ACH payment in 2 main ways:

  • SetupIntent + Payment Element
  • Or Checkout Session
    We usually recommend using Checkout Sessions
stone girder
#

So in the Checkout session, can I list the Cards again for the next time?

upper sail
stone girder
#

ohhk, So for next ACH payment: User will have to fill the card details again?

upper sail
#

No, sorry if I wasn't clear.
First, you collect the payment details and save them to the customer, with a Checkout Session or a SetupIntent.
Then, you can charge the payment method by creating a PaymentIntent, and here you don't need to collect the payment information again.

stone girder
#

Yeah I got you... but I'm talking about next ACH Payment Intent...

upper sail
#

Yes exactly. First save the payment method (by collecting payment informaiton). Then creatie a new payment intent with the existing payment method.

stone girder
# stone girder Yeah I got you... but I'm talking about next ACH Payment Intent...

This all make sense to me.
I'm sorry, let me repeat once again

  1. "If a user come first time and does the process as you said (Save payment method and Creating a Payment Intent)"
  2. What if same user come again and want to payment for us, it'll be second Payment, So how user able to view his previously added card (Card which added in #1)?
    Or User needs to add card again for the second payment also.
ionic scaffold
#

Are you using Checkout or your own custom flow? Not clear from message history

stone girder
#

Yes, we want to save the card to the user for the next transaction if possible

ionic scaffold
#

But which payment UI are you using?

stone girder
#

Not any UI yet, but as Soma said prebuilt Checkout Session will be easier if we use...

violet geode
#

Hi 👋 stepping in as my teammate needed to step away. You cannot have future Checkout Sessions prepopulate with existing ACH payment method information, though this functionality does exist for card payment methods and is talked about more here:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#handling-existing-customers

If you've already collected and saved the information for a payment method, then there isn't really a need to send your customer through the checkout process again.

Securely accept payments online.

stone girder
violet geode
#

Yes, that guide is not ACH specific.

stone girder
#

Coz I'm not found any Add Card UI or FE integration in it

#

How to save a card for

violet geode
#

Sorry, I'm not understanding the question. Let's take a step back, what is it that you're hoping to achieve?

stone girder
#

Ohk
I want to integrate ACH Debit payments into our product (which is specially future transactions, after 5-30 days).

Then Soma suggest me to use this:
#963017383906279424 message

Now my question is how to get Add a Card UI element for FE to save the card details?

violet geode
#

What are you referring to by "FE"?

stone girder
#

Front End (Client side)

violet geode
#

And are you still planning to do this via Checkout Sessions? Or you own UI?

stone girder
#

by our own UI

violet geode