Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.78 KB

PUTPaymentMethodType.md

File metadata and controls

21 lines (18 loc) · 1.78 KB

Zuora::PUTPaymentMethodType

Properties

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