#Arvind hariharan
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
Hi Jack we wanted to integrate Stripe ACH with our framework. So i was going through the direct API doc of accpet a paymenthttps://stripe.com/docs/payments/ach-debit/accept-a-payment
So needed some help on how to attach payment method type(US_bank_account) while creating an payment intent API.
You mean attach the payment method to a customer after the payment is succeeded?
After creating a customer , was trying to create a payment intent and attach the payment_method_types (us_bank_account) to the newly created payment intent
So how to attach this payment_method_type in stripe CLI while creating payment intent?
Have you collected a payment method before creating a PaymentIntent?
No have not collected. Is there any API to collect the payment method?
It depends on what you want to achieve here.
You can collect a payment method upfront, or attach the payment method to a customer after the payment is succeeded.
Basically trying to understand the flow of Stripe ACH direct debit based on the provided doc in stripe site.
Can u help in collecting payment method. Any API is available and how to attach it to payment intent and use payment_method_types as us_bank_account as a parameter
You can learn more about how to save a ACH direct debit payment method here https://stripe.com/docs/payments/ach-debit/set-up-payment
Can you help in understanding the flow completely through Stripe CLI. What are API's and its request parameters to be passed in a sequence?
So that it will be helpful while integrating with front end based on teh above doc
All example codes are available in Stripe CLI, you just need to select the Stripe CLI tab