User
Save credit card data
post/user/payment/card
Request body
Example request
{
"expirationMonth": "09",
"expirationYear": "2021",
"cvc": "321",
"holder": "John Doe"
}Response
No Content
{
"expirationMonth": "09",
"expirationYear": "2021",
"cvc": "321",
"holder": "John Doe"
}No Content