v1
latestOpenAPI 3.1.02026-07-24920300.7 KBUpdate
Activates or deactivates the specified payment method.
patch/payments/{payment_id}/update/
Path parameters
payment_idstring required
Unique Address Id
Request body
Response
200
Example response
{
"customer": "00026001",
"billing_address": "c4cfc106ccc411e8ada3bc764e101db1",
"public_id": "c4d1d4e6ccc411e8ada3bc764e101db1",
"token_id": "5CA94EAA-AADE-4918-ABEE-8C8531411BAE",
"cc_type": 1,
"cc_exp_date": "02/2020",
"payment_method": "credit card",
"created": "2018-10-10 14:43:32",
"last_updated": "2018-10-10 14:43:32"
}