#Arvind hariharan

1 messages · Page 1 of 1 (latest)

exotic swallowBOT
boreal estuary
#

Hi there, how can I help?

chrome orchid
#

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

Build a custom payment form or use Stripe Checkout to accept payments with ACH Direct Debit.

#

So needed some help on how to attach payment method type(US_bank_account) while creating an payment intent API.

boreal estuary
#

You mean attach the payment method to a customer after the payment is succeeded?

chrome orchid
#

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?

boreal estuary
#

Have you collected a payment method before creating a PaymentIntent?

chrome orchid
#

No have not collected. Is there any API to collect the payment method?

boreal estuary
#

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.

chrome orchid
#

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

boreal estuary
chrome orchid
#

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

boreal estuary
#

All example codes are available in Stripe CLI, you just need to select the Stripe CLI tab