Assinatura do Cedente
Quando um cedente assina ou reprova uma compra, enviamos este evento com as informações a respeito de quem são os participantes da compra e o status que permite identificar se a assinatura foi aprovada ou reprovada.
Você pode utilizar os _links
para navegar nos recursos ligados diretamente à este evento.
Path: /seller-signature
Webhook payload object
Chave | Tipo | Descrição |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Webhook payload example
{
"sponsorId":111111,
"buyerId":78676,
"sellerId":1611954924,
"purchaseId":"GUXbVzi0Tn",
"status":"APPROVED",
"signatures":[
{
"name":"José Carlos",
"email":"[email protected]",
"governmentId":"05319135679",
"status":"APPROVED"
},
{
"name":"João Pedro",
"email":"[email protected]",
"governmentId":"99813646063",
"status":"APPROVED"
}
],
"_links": {
"documents":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/signatures/GUXbVzi0Tn/documents{?type}",
"type":"GET",
"templated":true
},
"purchase":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/purchases/GUXbVzi0Tn",
"type":"GET"
},
"signature":{
"href":"https://zuul.monkey.exchange/v2/buyers/78676/signatures/GUXbVzi0Tn",
"type":"GET"
}
}
}
Updated about 2 months ago