Add New Card
Billing & Subscription
Add New Card
Adds a new payment card to the user’s account. The card may be saved for future transactions and can be set as the default payment method.
POST
Add New Card
Authorizations
Body
application/json
The ID of the user adding the card.
Example:
"user_12345"
The card number.
Example:
"4242424242424242"
Card expiry month (1-12).
Example:
12
Card expiry year (4-digit).
Example:
2027
Card CVC/CVV security code.
Example:
"123"
Whether this card should be set as the default payment method.
Example:
true
