alias Stripe::PaymentIntentCustomer
Overview
ID of the Customer this PaymentIntent belongs to, if one exists. Payment methods attached to other Customers cannot be used with this PaymentIntent. If setup_future_usage is set and this PaymentIntent's payment method is not card_present
, then the payment method attaches to the Customer after the PaymentIntent has been confirmed and any required actions from the user are complete. If the payment method is card_present
and isn't a digital wallet, then a generated_card payment method representing the card is created and attached to the Customer instead.
Alias Definition
String | Stripe::Customer | Stripe::DeletedCustomer