{
"evento": "PEDIDO_PAGO",
"timestamp": "2019-08-24T14:15:22.123Z",
"dados": {
"pedido": {
"pedidoId": "string",
"status": "PAGO",
"valorTotal": 0,
"dataPagamento": "2019-08-24T14:15:22.123Z",
"transacoes": [
{
"transacaoId": "string",
"status": "string"
}
]
}
}
}