billing.cards.add
Example
Parameters
Name | Type | Default |
---|---|---|
label |
string
|
Required |
first_name |
string
|
Required |
last_name |
string
|
Required |
card_number |
string
|
Required |
expiration_month |
int
|
Required |
expiration_year |
int
|
Required |
set_active |
bool
|
true |
address_line1 |
string
|
null |
address_line2 |
string
|
null |
city |
string
|
null |
state |
string
|
null |
country |
string
|
null |
postal_code |
string
|
null |
Errors
Code | Name |
---|---|
323 | InvalidCreditCardNumber |