Contratos com recomposição expirada
Diariamente montamos um resumo dos contratos que atingiram o limite de tentativa de recomposição de acordo com a configuração do investidor.
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/3b66b352-fe6d-43db-a5c2-6c2d55132d79",
"type":"GET"
}
},
"id":"3b66b352-fe6d-43db-a5c2-6c2d55132d79",
"contractId":"857a2f8b-2f50-4b03-890f-75901776b827",
"status":"PARTIALLY_RECOMPOSED",
"acquirerGovernmentId":"15429243000117",
"paymentScheme":"ACC",
"liquidationDate":1619552655781,
"amount":1000,
"recomposedAmount":500,
"dilutedAmount":900,
"effectiveSettlementAmount":100,
"effectiveSettlementDate":1619552655781,
"sellerGovernmentId":"78795395000153"
}
],
"eventType":"RecompositionAttemptsExpiredEvent"
}
Updated 28 days ago