Cedente Cadastrado
Quando um novo cedente se cadastra na plataforma é enviado este evento contendo os dados de cadastro.
Você pode utilizar os _links
para navegar nos recursos ligados diretamente a este evento. Através do link documents
é possível realizar o download dos documentos do cedente.
EventType: SellerCreatedEvent
Path: /seller
Webhook payload object
Chave | Tipo | Descrição |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Webhook payload example
{
"buyerId":78676,
"sellerId":1639274,
"name":"CEDENTE",
"governmentId":"22874589000179",
"companyName":"CEDENTE",
"fantasyName":"CEDENTE",
"foundationDate":1437015600000,
"mainPhone":"+559875893475",
"phone":"+559875893475",
"alternativePhone":"+559875893475",
"address":"Rua A",
"addressNumber":"456",
"addressComplement":"Sala 02",
"neighborhood":"Centro",
"city":"São Paulo",
"state":"SP",
"country":"Brazil",
"zipCode":"04900011",
"activityCode":"12348-44",
"legalNature":"LTDA",
"personType":"LEGAL_PERSON",
"email":"[email protected]",
"minimumNumberSignatures": 1,
"minimumInvoiceNumberSignatures": 0,
"eventType":"SellerCreatedEvent",
"legalResponsibles":[
{
"name":"Gilberto Ferreira",
"governmentId":"22567536000179",
"type":"PARTNER",
"birthdayDate":"2550257612000",
"documentType":"CNH",
"documentNumber":"72972845281",
"phone":"+559875893475",
"email":"[email protected]",
"sign": true,
"signatureType": "SIGN_IN_GROUP",
"financialAuthority": true,
"financialAuthorityValue": 2000000,00
}
],
"_links":{
"approve":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/sellers/1639274/approve",
"type":"POST"
},
"unapprove":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/sellers/1639274/unapprove",
"type":"POST"
},
"documents":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/sellers/1639274/documents",
"type":"GET"
},
"update":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/sellers/1639274",
"type":"PUT"
},
"self":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/sellers/1639274",
"type":"GET"
},
"sellers":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/sellers",
"type":"GET"
}
}
}
Updated about 2 months ago