v1
latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KBPayment Customer
Create
post/payments/customers
Request body
Example request
{
"type": "INDIVIDUAL",
"name": "Marco Silva",
"email": "msilva@pluggy.ai",
"cpf": "12345678900"
}Response
Create 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"
}