Exemplo de retorno do Webhook para accreditation-seller
{
"payload": {
"accreditation_seller": {
"id": "string",
"name": "Juliano",
"lastname": "Dias",
"account_number": "string",
"taxpayer_id": "string",
"email": "string",
"phone": "string",
"birthdate": "1980-12-14",
"status": "active",
"address": {
"zip_code": "string",
"street": "string",
"number": "string",
"city": "string",
"state": "SP",
"district": "string"
}
}
}
}