Resumo de Contratos Liquidados no Dia
Diariamente montamos um resumo dos contratos que foram totalmente liquidados no dia.
Os resumos são enviados em lotes de 100 itens, portanto serão enviados vários webhooks para um mesmo dia.
Você pode utilizar os _links
para navegar nos recursos relacionados a este evento.
Path: /conciliations
Webhook payload object
Chave | Tipo | Descrição |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Webhook payload example
{
"_links":{
"conciliation":{
"href":"https://gateway.dev.spike.cash/v1/buyers/25297658000138/conciliations/",
"type":"GET"
},
"buyer":{
"href":"https://gateway.dev.spike.cash/v1/buyers/25297658000138",
"type":"GET"
}
},
"buyerGovernmentId":"25297658000138",
"items":[
{
"_links":{
"seller":{
"href":"https://gateway.dev.spike.cash/v1/buyers/25297658000138/sellers/78795395000153",
"type":"GET"
},
"conciliation":{
"href":"https://gateway.dev.spike.cash/v1/buyers/25297658000138/conciliations/8ee908d0-db66-435c-8980-6c2ae6327181",
"type":"GET"
}
},
"id":"8ee908d0-db66-435c-8980-6c2ae6327181",
"contractId":"0409a781-3ff4-439e-adc7-60693e7d6343",
"status":"SETTLED",
"acquirerGovernmentId":"38786957000188",
"paymentScheme":"BCC",
"liquidationDate":1619552655781,
"amount":450947,
"dilutedAmount":907150,
"effectiveSettlementAmount":620276,
"effectiveSettlementDate":1619552655781,
"sellerGovernmentId":"78795395000153"
}
],
"eventType":"ContractsItemsLiquidatedEvent"
}
Updated 28 days ago