post https://api.belvo.com/payments/br/customers/
Create a new customer to send or request funds.
Recipes
🦉
OFPI Create Customer
Open Recipe
Responses
Create a new customer to send or request funds.
xxxxxxxxxx
curl --request POST \
--url https://api.belvo.com/payments/br/customers/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
13{
"id": "7c2be016-37e3-44e2-8643-db2eb1129a3f",
"created_at": "2022-02-09T08:45:50.406032Z",
"created_by": "417514fe-50f6-42e9-a3eb-c71da00f014c",
"customer_type": "INDIVIDUAL",
"name": "Gustavo Veloso",
"country": "BRA",
"email": "gustavo.veloso@musicabrazil.br",
"identifier": "23******00",
"identifier_type": "CPF",
"address": "Rua de Gustavo Veloso 432, 70200 Brasilia",
"phone": "3210-9876"
}