Card
Create card
Attach a credit card (tokenized via Stripe) to the current user.
post/card
Request body
Example request
{
"token": "tok_1N3T00LkdIwHu7ixt44h1F8k"
}Response
ID of the card.
Example response
{
"data": "crd_XXXXXXXXXXXXXXXXXXXXXXXXX"
}