Boleto Registrado
Quando o investidor faz o registro do boleto no DDA, é disparado este evento.
EventType: BillRegisteredEvent
Path: /bill
Webhook payload object
Chave | Tipo | Descrição |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Webhook payload example
{
"sponsorId":4026534,
"sponsorGovernmentId":"01635511000135",
"sponsorName":"SACADO",
"sellerId":1614639276,
"sellerGovernmentId":"12192393000101",
"sellerName":"CEDENTE",
"buyerId":540897447,
"purchaseId":"0CJNSctiuK",
"externalId":"U3moLb34X9",
"invoiceNumber":"9huh9EqhIb",
"installment":1,
"totalInstallment":1,
"paymentDate":1574906400000,
"paymentValue":199.89,
"line":"34191.04009 00000.480004 10000.250000 2 80870000019989",
"url":"https://bole.to/3/bdjrvb",
"ourNumber":"104/00000003-0",
"eventType":"BillRegisteredEvent",
"_links":{
"buyer":{
"href":"https://zuul.monkey.exchange/v1/buyers/540897447",
"type":"GET"
},
"purchase":{
"href":"https://zuul.monkey.exchange/v2/buyers/540897447/purchases/0CJNSctiuK",
"type":"GET"
},
"bill":{
"href":"https://bole.to/3/bdjrvb",
"type":"GET"
}
}
}
Updated about 2 months ago