#francesco-element

1 messages · Page 1 of 1 (latest)

upper fractal
#

@hushed lantern you don't need a SetupIntent if you're doing a payment

#

you'd just add setup_future_usage to the PaymentIntent and it has the same effect

hushed lantern
#

setup_future_usage is valid for all payments methods?

upper fractal
#

no, some of them don't support it(if you pass one that doesn't into payment_method_types, you'll get an error)

hushed lantern
#

does this component handle something to handle future usage?

#

can the customer select the option during the payment completion?

upper fractal
#

no, you select it as the merchant

#

it's described in the doc I linked. you pass it on your API call