avn card
#
Here you’ll find the full list of commands for avn card
.
Manage credit cards#
Commands for managing credit card details associated to Aiven projects.
avn card add
#
Adds a new credit card to the Aiven account.
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: Add a credit card to a named project.
avn card add --cvc 123 \
--exp-month 01 \
--exp-year 2031 \
--name "Name Surname" \
--number 4111111111111111 \
--update-project my-project
avn card list
#
Lists credit cards associated with this account.
Example: List all credit cards associated with this account.
avn card list
avn card remove
#
Removes a credit card associated with the Aiven account.
Parameter |
Information |
---|---|
|
The ID shown for this card in the |
Example: Remove a credit card associated with the Aiven account.
avn card remove AAAAAAAA-BBBB-CCCC-DDDD-0123456789AB
avn card update
#
Updates a credit card associated with the account.
Parameter |
Information |
---|---|
|
The ID shown for this card in the |
|
Card expiration month (1-12) |
|
Card expiration year |
|
Name on the credit card |
Example: Update a credit card associated with the Aiven account.
avn card update AAAAAAAA-BBBB-CCCC-DDDD-0123456789AB \
--exp-month 01 \
--exp-year 2031 \
--name "Name Surname"