The first step to start managing your customers on our unified payment platform is to have the unique identifier of your merchant (customer_id). You can do this by creating a new merchant or querying one that has already been created before.
Example:
{
"customerId": "0b373c06-2b22-4ba0-a4a0-c7dec08110e2",
"accountNumber": "10000293498",
"socialName": "Portuga el hombre",
"fullName": "André Vinicius Andrade",
"cellphone": "11900112233",
"cnpj": " ",
"cpf": "00000000029",
"email": "[email protected]",
"dictKey": "753cd157-1172-4acf-ba81-be565548c367",
"balance": 0,
"token": "c614346d-f87d-4b62-b31a-04ee419da3d",
"status": "active",
"accountType": "MERCHANT"
}
When creating a merchant, a JSON object is returned with some information, and most importantly, the customerID of your customer, which should look something like this: 0b373c06-2b22-4ba0-a4a0-c7dec08110e2. With the customerID, you can perform various actions with your merchant's account.