avn card
#
This article has the full list of commands for managing credit card details using avn card
.
avn card add
#
Adds a new credit card.
Parameter |
Information |
---|---|
|
Credit card security code |
|
Card expiration month (1-12) |
|
Card expiration year |
|
Name on the credit card |
|
Credit card number |
|
Assign card to a project |
Example:
avn card add --cvc 123 \
--exp-month 01 \
--exp-year 2031 \
--name "Name Surname" \
--number 4111111111111111
avn card list
#
Lists all credit cards:
avn card list
avn card remove
#
Removes a credit card.
Parameter |
Information |
---|---|
|
The ID shown for this card in the |
Example:
avn card remove AAAAAAAA-BBBB-CCCC-DDDD-0123456789AB
avn card update
#
Updates a credit card.
Parameter |
Information |
---|---|
|
The ID shown for this card in the |
|
Card expiration month (1-12) |
|
Card expiration year (YYYY) |
|
Name on the credit card |
Example:
avn card update AAAAAAAA-BBBB-CCCC-DDDD-0123456789AB \
--exp-month 01 \
--exp-year 2031 \
--name "Name Surname"