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
Changes
No recorded changes to this endpoint across all 2 revisions of this API.