V2
Retornos do Webhook
Retorno Pendente

Retorno Pendente

ℹ️

Informa que a cobrança do mês referente não recebeu retorno da concessionária no mês anterior.

Schema notificação

{
  "id": string,
  "saleId": string,
  "type": "PENDING_RETURN",
  "isFee": boolean,
  "content": {
    "eventId": string,
    "eventDate": string,
    "code": "SR",
    "kind": "new" | "recurrent",
    "motive": string,
    "referenceMonth": string (YYYY/MM)
  }
}

Exemplo de notificação

{
  "id": "592a96b6-28eb-44ce-9970-b08234e9e3ec",
  "saleId": "bb3d903d-ba91-4e9c-994f-686645a35ed0",
  "type": "PENDING_RETURN",
  "isFee": true,
  "content": {
    "eventId": "019f9402-36c0-7b89-8cdb-cf74402aee82",
    "eventDate": "2023-12-18T18:38:57.934Z",
    "code": "SR",
    "kind": "new",
    "motive": "Sem retorno inicial da concessionária no mês anterior",
    "referenceMonth": "2023/10"
  }
}