Histórico de mensagens sobre identified

EXIBINDO CONVERSAS RECENTES:

Texto: identified
Data: 05/09/2024
# bolix
Avatar discord do usuario ebermheads

ebermheads

Ver Respostas

por exemplo nesse retorno abaixo mostra que foi recebido dia 30/08 mas isso foi compensado na conta dia 02/09 a data created_at posso considerar como data de compensacao em conta ?

{
"code": 200,
"data": [
{
"id": 1,
"type": "charge",
"custom_id": null,
"status": {
"current": "new",
"previous": null
},
"identifiers": {
"charge_id": 755957985
},
"created_at": "2024-08-23 09:43:32"
},
{
"id": 2,
"type": "charge",
"custom_id": null,
"status": {
"current": "waiting",
"previous": "new"
},
"identifiers": {
"charge_id": 755957985
},
"created_at": "2024-08-23 09:43:32"
},
{
"id": 3,
"type": "charge",
"custom_id": null,
"status": {
"current": "identified",
"previous": "waiting"
},
"identifiers": {
"charge_id": 755957985
},
"created_at": "2024-08-30 17:51:05"
},
{
"id": 4,
"type": "charge",
"custom_id": null,
"status": {
"current": "paid",
"previous": "identified"
},
"identifiers": {
"charge_id": 755957985
},
"created_at": "2024-09-02 07:12:09",
"value": 24990,
"received_by_bank_at": "2024-08-30"
}
]
}