Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.57 KB

File metadata and controls

18 lines (14 loc) · 1.57 KB

POSTPaymentMethodType

Properties

Name Type Description Notes
account_key str ID of the customer account to update.
card_holder_info POSTPaymentMethodTypeCardHolderInfo [optional]
credit_card_number str Credit card number, a string of up to 16 characters. This field can only be set when creating a new payment method; it cannot be queried or updated.
credit_card_type str Possible values are: `Visa`, `MasterCard`, `AmericanExpress`, `Discover`.
default_payment_method bool Specify true to make this card the default payment method; otherwise, omit this parameter to keep the current default payment method. [optional]
expiration_month str One or two digit(s) expiration month (1-12).
expiration_year str Four-digit expiration year.
num_consecutive_failures int The number of consecutive failed payments for this payment method. It is reset to `0` upon successful payment. [optional]
security_code str The CVV or CVV2 security code for the credit card or debit card. Only required if changing expirationMonth, expirationYear, or cardHolderName. To ensure PCI compliance, this value isn't stored and can't be queried. [optional]

[Back to Model list] [Back to API list] [Back to README]