Skip to main content
Schema2020-08-27object

payment_intent_type_specific_payment_method_options_client

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

PaymentIntentTypeSpecificPaymentMethodOptionsClient

object
setup_future_usage string
optional

Indicates that you intend to make future payments with this PaymentIntent's payment method. Providing this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes. …