postCustomersCustomerCardsId
Update a specified source for a given customer.
POST /v1/customers/{customer}/cards/{id} HTTP/1.1Parameters
{
"customer": {
"description": "",
"required": true,
"location": "path",
"type": "string"
},
"id": {
"description": "",
"required": true,
"location": "path",
"type": "string"
}
}Response Schema
{
"anyOf": [
{
"$ref": "#/components/schemas/card"
},
{
"$ref": "#/components/schemas/bank_account"
},
{
"$ref": "#/components/schemas/source"
}
]
}