v1
latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KBPayment Customer
Update
Updates the payment customer resource
patch/payments/customers/{id}
Path parameters
idstring uuid required
Payment customer primary identifier
Request body
Example request
{
"name": "Marco Silva",
"email": "msilva@pluggy.ai"
}Response
Update a payment customer.
Example response
{
"id": "5e9f8f8f-f8f8-4f8f-8f8f-8f8f8f8f8f8f",
"type": "INDIVIDUAL",
"name": "Marco Silva",
"email": "msilva@pluggy.ai",
"cpf": "123.456.789-00",
"cnpj": null,
"connector": null,
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}