#swati
1 messages · Page 1 of 1 (latest)
Can you elaborate on which Doc are you following?
once created customer then i verify bank account
then what will do for add fund from customer to stripe platfrom?
Oh this is owned by Plaid, I would reach out to the Plaid Support team!
but i create customer in stripe when bank token generated in plaid
Oh okie, let assume you already have a bank account token btok_xxx?
And has it attached to your Customer
https://stripe.com/docs/ach-deprecated#creating-an-ach-charge looks like the flow. But this is Charge API and let's swap over to PaymentIntent API
Basically just create a PaymentIntent using the Customer Id
how to webhook triggered to get public token from front side?
Sorry I don't follow the last question. Could you elaborate?
I connect stripe with plaid so I front side call API like link/token/create then on success method get public token and account_id. how to get this things in backend so I triggered webhook event