alias Stripe::PaymentLinkPaymentIntentData
Overview
Indicates the parameters to be passed to PaymentIntent creation during checkout.
Alias Definition
Stripe::PaymentLinksResourcePaymentIntentData
Defined in:
stripe/models/payment_link_payment_intent_data.crConstant Summary
-
ERROR_MESSAGE_FOR_CAPTURE_METHOD =
"invalid value for \"capture_method\", must be one of [automatic, automatic_async, manual]."
-
ERROR_MESSAGE_FOR_SETUP_FUTURE_USAGE =
"invalid value for \"setup_future_usage\", must be one of [off_session, on_session]."
-
MAX_LENGTH_FOR_DESCRIPTION =
5000
-
MAX_LENGTH_FOR_STATEMENT_DESCRIPTOR =
5000
-
MAX_LENGTH_FOR_STATEMENT_DESCRIPTOR_SUFFIX =
5000
-
MAX_LENGTH_FOR_TRANSFER_GROUP =
5000
-
VALID_VALUES_FOR_CAPTURE_METHOD =
String.static_array("automatic", "automatic_async", "manual")
-
VALID_VALUES_FOR_SETUP_FUTURE_USAGE =
String.static_array("off_session", "on_session")