#francesco-element
1 messages · Page 1 of 1 (latest)
@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
setup_future_usage is valid for all payments methods?
no, some of them don't support it(if you pass one that doesn't into payment_method_types, you'll get an error)