#DW

1 messages · Page 1 of 1 (latest)

mental crowBOT
narrow socket
#

hello! let me recall one sec

#

to confirm - you're using Payment Element right? (Elements is the entire library, Payment Element is the specific Element that bundles with it ACH and other PaymentMethods)

formal thunder
#

correct

mental crowBOT
narrow socket
#

and that customers can pick to microdeposit verify? so it is an option up to them?

#

can you share how you're creating the PaymentIntent? an example PaymentIntent where this happened would help

formal thunder
#

Sure, one more question. For the "confirm" option on the PaymentIntent, if I do not set "confirm" to "true" will it require manual action for my server to initiate the ACH transaction?

tiny axle
#

Hello 👋
Stepping in here

formal thunder
#

Hello

tiny axle
#

if by

my server to initiate the ACH transaction?
you mean to confirm/complete the transaction, then yes

#

The PaymentIntent would eventually go in requires_confirmation status

formal thunder
#

If I have confirm set to true, it will auto-confirm?

#

I do have some transactions that seem to be in the requires_confirmation status, how do I complete them?

tiny axle
#

Above assumes you already have a PaymentMethod that you're passing to the PaymentIntent

formal thunder
#

thank you