Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.89 KB

File metadata and controls

23 lines (19 loc) · 1.89 KB

PUTPaymentMethodType

Properties

Name Type Description Notes
address_line1 str First address line, 255 characters or less. [optional]
address_line2 str Second address line, 255 characters or less. [optional]
card_holder_name str The full name as it appears on the card, e.g., "John J Smith", 50 characters or less. [optional]
city str City, 40 characters or less. [optional]
country str Country; must be a valid country name or abbreviation. [optional]
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]
email str Card holder's email address, 80 characters or less. [optional]
expiration_month str One or two digit(s) expiration month (1-12). [optional]
expiration_year str Four-digit expiration year. [optional]
num_consecutive_failures int The number of consecutive failed payments for this payment method. It is reset to `0` upon successful payment. [optional]
phone str Phone number, 40 characters or less. [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]
state str State; must be a valid state name or 2-character abbreviation. [optional]
zip_code str Zip code, 20 characters or less. [optional]

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